togomcp

dbcls/togomcp
★ 8 stars Python 🤖 AI/LLM Updated today
MCP server for the RDF Portal (Public version)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "togomcp": {
      "command": "uvx",
      "args": [
        "togomcp"
      ]
    }
  }
}

Or install with pip: pip install togomcp

README Excerpt

An [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server that gives AI assistants (Claude, etc.) access to biological and biomedical RDF databases via SPARQL at the [RDF Portal](https://rdfportal.org/), as well as selected REST APIs (NCBI E-utilities, UniProt, ChEMBL, PDB, Reactome, Rhea, MeSH, and more).