Bio-Agents MCP
@dogeplusplus
About Bio-Agents MCP
MCP servers for Protein Data Bank, ChemBL, and other life science data (WIP), with Ollama client for local testing.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bio-agents-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"<module-name>",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bio-Agents MCP?
Bio-Agents MCP is a collection of microservices and clients for natural language interaction with biological databases, including the Protein Data Bank (PDB) and ChEMBL chemical database, built using the FastMCP framework.
How to use Bio-Agents MCP?
Copy the example environment file, build Docker images with make build, start all services with make up, then launch the web interface with make run-chainlit and visit http://localhost:8000 to query biological data.
Key features of Bio-Agents MCP
- LLM client with web UI (Chainlit) and terminal modes
- PDB MCP Server for Protein Data Bank API
- ChEMBL MCP Server for chemical database API
- Docker Compose to run all services together
- Makefile for common tasks (build, up, down, restart)
- Each module can run independently or together
Use cases of Bio-Agents MCP
- Query protein structures and annotations from PDB using natural language
- Search chemical compounds and bioactivity data via ChEMBL
- Combine biological and chemical data through an LLM interface
FAQ from Bio-Agents MCP
What components does it include?
It includes an LLM Client (web UI and terminal), PDB MCP Server, and ChEMBL MCP Server.
How do I start the system?
Configure environment with cp .env.example .env, then run make build and make up, followed by make run-chainlit.
What transport does it use?
The architecture uses FastMCP framework; services communicate via Docker networking (implied by Docker Compose).
What are the runtime requirements?
Docker and Docker Compose are required to run all services together. Each service has its own Dockerfile.
Where are configuration files located?
Configuration files are in the conf/ directory. Detailed documentation for each service is in its own README.
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Comments