streamable-httpMITupdated 1mo ago
Remote, read-only Model Context Protocol server for CAN-IMMUNE — a cancer neoantigen platform. Lets any AI agent (Claude, ChatGPT, Cursor, ...) query the database in plain language.
O que dá para fazer com can immune?
CAN-IMMUNE MCP Server
Remote, read-only Model Context Protocol server for CAN-IMMUNE — a cancer neoantigen platform. Lets any AI agent (Claude, ChatGPT, Cursor, ...) query the database in plain language.
- Registry:
io.github.sanjaysgk/can-immune - Endpoint:
https://canelib.erc.monash.edu/mcp(Streamable HTTP) - Docs / how to connect: https://canelib.erc.monash.edu/connector
Connect
Add the endpoint as a custom connector, or:
claude mcp add --transport http canelib https://canelib.erc.monash.edu/mcp
Tools (read-only)
database_overview, search / fetch, search_genes, get_gene, search_cell_lines,
get_cell_line, top_genes_in_cell_line, get_gene_mutations, list_tissues,
list_cancer_types, get_mhc_binding.
Auth & rate limits
Works anonymously at a light rate. Optional Google sign-in (OAuth 2.1) raises the limit —
academic emails (.edu, .edu.au, .ac.*) get the highest tier. Every query is
parameterised, row-capped and time-bounded. Data: COSMIC, DepMap/CCLE, PubMed.
Source
canelib_mcp.py — the tools + server. oauth.py — the OAuth 2.1 / tiering layer.
Secrets live outside the repo (see .gitignore).
Instalação
Adicione can immune ao seu cliente. Escolha o que você usa.
claude mcp add --transport http can-immune https://canelib.erc.monash.edu/mcpcodex mcp add can-immune --url https://canelib.erc.monash.edu/mcp{
"mcpServers": {
"can-immune": {
"url": "https://canelib.erc.monash.edu/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"can-immune": {
"type": "http",
"url": "https://canelib.erc.monash.edu/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"can-immune": {
"url": "https://canelib.erc.monash.edu/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"can-immune": {
"serverUrl": "https://canelib.erc.monash.edu/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação14/25
- Manutenção19/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 22 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 10 de ago. de 2026 |