MCP ChatPDB Server\
\ A Model Context Protocol (MCP) server implementation for interacting with the Protein Data Bank (PDB).\ \
Features\
\
- Fetch PDB files from RCSB\
- Process and analyze protein structure data\
- Integrate with MCP for structured data handling\
\
Installation\
\
- Create a virtual environment:\
python -m venv .venv\
source .venv/bin/activate # On Windows: .venv\\\\Scripts\\\\activate\\
- Install dependencies:\
pip install -r requirements.txt\\
Usage\
\ The server can be started using the Python script in the tools directory:\ \
python tools/chatpdb/server.py\\
Configuration\
\ The server configuration is stored in configs/mcp.json. You can modify the settings for different MCP server backends (SQLite or filesystem).\ \
License\
\ MIT
