Skip to content

Add genomic-intelligence MCP server - #48

Open
boldakov wants to merge 1 commit into
anthropics:mainfrom
genomicintelligence:add-genomic-intelligence-mcp
Open

Add genomic-intelligence MCP server#48
boldakov wants to merge 1 commit into
anthropics:mainfrom
genomicintelligence:add-genomic-intelligence-mcp

Conversation

@boldakov

@boldakov boldakov commented Jul 8, 2026

Copy link
Copy Markdown

Summary

  • Adds Genomic Intelligence as a remote HTTP MCP server plugin: DNA sequence analysis with transformer language models — promoter, splice, enhancer, chromatin, expression, and gene annotation prediction, plus Ensembl sequence acquisition
  • Registers it in .claude-plugin/marketplace.json
  • Updates README with the plugin ID and authentication requirements
  • Mirrors the existing zero-auth PubMed remote-http plugin shape

Auth

None required — a free demo tier is served at https://mcp.genomicintelligence.ai/mcp. A dedicated key is available for high-volume or latency-sensitive use via contact@genomicintelligence.ai.

Test plan

  • plugin.json and marketplace.json pass claude plugin validate
  • Plugin installs cleanly (claude plugin install); inline type:http mcpServers block is byte-for-byte identical to the merged pubmed plugin's shape
  • Endpoint live at https://mcp.genomicintelligence.ai/mcp (no auth) — anonymous initialize + tools/call predict_promoter returns a real prediction from g0-promoter-2000bp (gi-mcp 0.1.0a11)

Registers Genomic Intelligence as a remote HTTP MCP plugin exposing six
DNA-analysis tasks (promoter, splice, enhancer, chromatin, expression,
gene annotation) plus Ensembl sequence acquisition, backed by transformer
language models. No authentication required — a free demo tier is served
at https://mcp.genomicintelligence.ai/mcp; a dedicated key is available
for high-volume use.

Mirrors the existing zero-auth PubMed remote-http plugin shape:
- genomic-intelligence/.claude-plugin/plugin.json (type: http endpoint)
- marketplace.json plugins[] entry
- README: MCP-server section, quick-start install, auth summary

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@boldakov

boldakov commented Jul 8, 2026

Copy link
Copy Markdown
Author

Manifest-only MCP-server addition — no skill included. Ready for review. cc @jwei-ant @antdres

@boldakov

boldakov commented Jul 9, 2026

Copy link
Copy Markdown
Author

Just following up on this — it needs a maintainer to approve the workflow runs. Anything needed from me? (No skill in this PR: plugin manifest + README only.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants