CIViC MCP Server
@QuentinCody
CIViC MCP Server について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is CIViC MCP Server?
This Cloudflare Workers-based MCP server provides tools for querying the CIViC (Clinical Interpretation of Variants in Cancer) API. It converts GraphQL responses into queryable SQLite tables using Durable Objects, enabling AI assistants to analyze cancer genomics information through natural language.
How to use CIViC MCP Server?
Deploy the server to Cloudflare Workers (npm install && npm run deploy), then configure Claude Desktop with mcp-remote pointing to the deployed URL. Once configured, Claude can use three tools: civic_graphql_query, civic_query_sql, and civic_execute. Three MCP prompts (get-variant-evidence, get-variant-assertions, get-variant-data) guide the model with correct GraphQL syntax.
Key features of CIViC MCP Server
- GraphQL to SQL conversion into structured SQLite tables
- Efficient data storage via Cloudflare Durable Objects with SQLite
- Smart response handling: bypasses staging for small, error, empty, or schema introspection responses
- Tool pipeline: GraphQL query, SQL analysis, and Code Mode (JavaScript execution)
- MCP 2025-06-18 compliance with Streamable HTTP transport
- Three MCP prompts for guided, fallback-aware GraphQL queries
Use cases of CIViC MCP Server
- Query the latest evidence items for specific mutations (e.g., BRAF V600E)
- Retrieve therapeutic interpretations for lung cancer variants
- Find genes with the most evidence items in the CIViC database
- Analyze staged data using custom SQL queries
- Use Code Mode to run JavaScript against the CIViC GraphQL API in a V8 isolate
FAQ from CIViC MCP Server
What is the CIViC database?
CIViC (Clinical Interpretation of Variants in Cancer) is a crowd-sourced repository of clinical interpretations of cancer variants.
What tools does the server provide?
Three tools: civic_graphql_query (execute GraphQL queries), civic_query_sql (query staged data with SQL), and civic_execute (run JavaScript in a V8 isolate with full GraphQL access).
How do I deploy the server?
Requires a Cloudflare account and Wrangler CLI. Clone the repository, run npm install, then npm run deploy. After deployment, use the obtained URL in Claude Desktop configuration.
What transport protocol does the server use?
It uses Streamable HTTP transport (MCP 2025-03-26+) served at the /mcp endpoint. Legacy HTTP+SSE transport has been removed.
Is OAuth 2.1 authorization supported?
OAuth 2.1 is not implemented yet. The README notes it as pending action, requiring Authorization Server discovery, Resource Indicators (RFC 8707), and PKCE-enabled authorization code flow.
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント