METAINFORMANT tools exposed via Model Context Protocol for LLM-based development environments.
METAINFORMANT tools exposed via Model Context Protocol for LLM-based development environments.
- Install:
uv pip install -e . - Create
~/.config/Claude/mcp_config.json:
{
"mcpServers": {
"metainformant": {
"command": "uv",
"args": ["run", "python", "-m", "metainformant.mcp.server"]
}
}
}- Restart Claude Desktop
Settings → AI Agents → MCP Servers → Add:
- Command:
uv - Args:
["run", "python", "-m", "metainformant.mcp.server"]
| Tool | Description | Status |
|---|---|---|
amalgkit_status |
Check RNA pipeline status for species | [DONE] Implemented |
run_workflow |
Trigger METAINFORMANT workflow | [PARTIAL] |
list_outputs |
List output files for module | [PLANNED] |
- RNA Module — Amalgkit pipeline
- MCP SPEC — Technical API reference