What is ChemBL MCP Server?
ChemBL MCP Server is a project that implements Anthropic's Model Context Protocol (MCP) to integrate various scientific data sources, focusing on biological data through the Biological Context Protocol (BCP).
How to use ChemBL MCP Server?
To use the ChemBL MCP Server, install the required dependencies, and explore specific MCP server implementations by following the instructions in the README.md
files located in the servers/
directory.
Key features of ChemBL MCP Server?
- Open-source framework for combining multiple MCP servers.
- Unified interface to access biological data sources.
- Implementations of MCP servers for specific scientific REST APIs.
Use cases of ChemBL MCP Server?
- Integrating various biological data sources for research.
- Enabling language models to interact with scientific APIs.
- Facilitating data analysis in bioinformatics projects.
FAQ from ChemBL MCP Server?
- What is the purpose of the ChemBL MCP Server?
It aims to provide a unified interface for accessing and integrating biological data from multiple sources.
- How can I contribute to the project?
Contributions are welcome! Please follow standard practices such as forking the repository, creating a branch, and submitting a pull request.
- Is there documentation available?
Yes, documentation is available in the
README.md
files within the framework and servers directories.
BioContext - MCP Framework and Servers
A project implementing Anthropic's Model Context Protocol (MCP) to integrate various scientific data sources, guided by the concept of a Biological Context Protocol (BCP).
Description
This repository contains:
- An open-source framework (
framework/
) for combining multiple MCP servers, enabling a unified interface to biological data sources (BCP concept). - Implementations of MCP servers (
servers/
) for specific scientific REST APIs, allowing language models to interact with them effectively using the BioContext framework.
Project Structure
README.md
: This file.framework/
: Contains the source code and documentation for the BioContext framework.servers/
: Contains individual MCP server implementations for different REST APIs.requirements.txt
: Project dependencies.
Getting Started
- Install dependencies:
pip install -r requirements.txt
- Install the framework (optional, for development):
pip install -e framework/
- Explore specific servers: See the
README.md
file within each directory inservers/
for instructions on setting up and running individual MCP servers.
Contributing
Contributions are welcome! Please follow standard practices (fork, branch, pull request).