reactome-db-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REACTOME_DB_HOST | No | MySQL endpoint host | 127.0.0.1 |
| REACTOME_DB_NAME | No | Database name | reactome_local |
| REACTOME_DB_PORT | No | MySQL endpoint port | 3306 |
| REACTOME_DB_USER | No | MySQL username | ro_user |
| REACTOME_DB_MAX_ROWS | No | Default row cap | 200 |
| REACTOME_DB_PASSWORD | No | MySQL password | |
| REACTOME_DB_POOL_SIZE | No | Max pooled connections | 4 |
| REACTOME_DB_MAX_CELL_CHARS | No | Per-cell text cap in characters | 2000 |
| REACTOME_DB_STMT_TIMEOUT_MS | No | Per-query timeout in milliseconds | 15000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| schema_overviewA | Explain the Reactome GKB schema so you can write correct SQL. |
| list_tablesA | List tables in the database with their (exact) row counts and engine. |
| describe_tableA | Show the columns of a table: name, type, nullability, key, default, extra. |
| queryA | Run a single READ-ONLY SQL statement against the Reactome DB. |
| get_objectA | Fetch a full Reactome object, assembled across its inheritance chain. |
| search_by_nameA | Search objects by |
| get_pathway_eventsA | List the ordered child events (sub-pathways & reactions) of a pathway. |
| get_participantsA | Get the inputs, outputs, and catalysts of a reaction-like event. |
| get_referrersA | Reverse lookup: which objects point AT this one (the inverse navigation REST makes awkward). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| schema_primer_resource | The Reactome GKB schema primer (same text as `schema_overview`'s `primer`). |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tc2fh/reactome-db-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server