Synapse
STDIOMCP server exposing Synapse entities with annotations and OAuth2 authentication support.
MCP server exposing Synapse entities with annotations and OAuth2 authentication support.
A Model Context Protocol (MCP) server that enables AI agent access to Synapse entities (Datasets, Projects, Folders, Files, Tables, and more).
You (your AI agent) can:
| Tool | Friendly Name | Description | 
|---|---|---|
get_entity(entity_id) | Fetch Entity | Fetch core metadata for a Synapse entity by ID. | 
get_entity_annotations(entity_id) | Fetch Entity Annotations | Return custom annotations associated with an entity. | 
get_entity_provenance(entity_id, version=None) | Fetch Entity Provenance | Retrieve provenance (activity) metadata for an entity, optionally scoped to a specific version. | 
get_entity_children(entity_id) | List Entity Children | List children for container entities such as projects and folders. | 
search_synapse(query_term=None, ...) | Search Synapse | Search Synapse entities by keyword with optional name/type/parent filters. Results are provided by Synapse as data custodian; attribution and licensing follow the source entity metadata. | 
Resources provide ready-to-present context that clients can pull without extra parameters. When you need to search or compute derived results, prefer tools instead.
| Resource | Friendly Name | Description | 
|---|---|---|
synapse://feeds/blog | Sage Blog RSS | Live RSS XML for the latest Sage Bionetworks publication posts. | 
Important: When using this MCP server with external AI services (such as Claude, ChatGPT, or other cloud-based models), please be aware that:
Recommended Safe Usage:
You are responsible for ensuring your usage complies with the Synapse Terms of Service.
This guide provides typical user instructions for connecting to the Synapse MCP server. For contributor setup, please see DEVELOPMENT.md.
The Synapse MCP server supports two authentication methods:
OAuth2 (Default): This is the primary and recommended authentication method. It provides a secure, browser-based login flow. When your AI agent needs to access protected resources, it will prompt you to log in to Synapse in your browser. This method is used by default for both local and remote servers.
Personal Access Token (PAT): This method is available for local development or in environments where a browser-based login is not feasible. It requires you to provide a Synapse Personal Access Token to the server.
Use this URL in your client: 🔌 https://mcp.synapse.org/mcp
Go to Settings > Connectors > Add custom connector
claude mcp add --transport http synapse -- https://mcp.synapse.org/mcp
For running local server, see DEVELOPMENT.md
See usage examples
Contributions are welcome! Please see our Development Guide for instructions on setting up a development environment, running tests, and more.
MIT
For issues, please file an issue. For other contact, see https://sagebionetworks.org/contact.