pankb_mcp

biosustain/pankb_mcp
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP-based microservice for PanKB with FastMCP server, AI client, and Streamlit integration.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pankb_mcp": {
      "command": "uvx",
      "args": [
        "pankb-mcp"
      ]
    }
  }
}

Or install with pip: pip install pankb-mcp

README Excerpt

An LLM agent that lets researchers explore the language. The agent orchestrates a custom MCP (Model Context Protocol) server's tools — pangenome queries, charting, navigation, and a RAG-backed literature search over 1011 open-access papers — behind a Streamlit chat UI, with end-to-end Phoenix observability and a regression

Tools (1)

PROMPT_VERSION