togo-mcp
by arkinjo
Overview
Facilitates querying biological/biomedical RDF databases and interacting with related REST APIs for life science research and knowledge graph construction.
Installation
uv run togo-mcp-serverEnvironment Variables
- TOGOMCP_DIR
Security Notes
The `save_MIE_file` tool available in `togo-mcp-admin` mode allows writing arbitrary content to files specified by a `dbname` (e.g., `mie/{dbname}.yaml`). While `dbname` is validated, the `mie_content` is not sanitized. If the admin interface is exposed without strong authentication/authorization, this can lead to remote code execution or arbitrary file overwrites. Additionally, the `run_sparql` tool executes SPARQL queries directly from these MIE files, posing a SPARQL injection risk if the MIE files are compromised.
Similar Servers
sparql-llm
An LLM-powered agent for generating, validating, and executing SPARQL queries against biomedical knowledge graphs, utilizing Retrieval-Augmented Generation (RAG) with endpoint-specific metadata and schema for improved accuracy.
ols4
A repository for biomedical ontologies, providing a website, REST API, and MCP server for accessing the latest ontology versions.
academia_mcp
An MCP server providing tools for searching, fetching, analyzing, and reporting on scientific papers and datasets, often powered by LLMs.
Web-Algebra
Translates natural language instructions into JSON-formatted domain-specific language operations for loading, querying, and writing RDF Linked Data, consumable by AI agents.