BioContextAI Knowledgebase MCP
Rank #2,792glama/biocontext-ai/knowledgebase-mcp
An MCP server that provides standardized access to biomedical knowledge bases and resources, enabling AI systems to retrieve verified information from sources like bioRxiv, EuropePMC, and various protein/gene databases.
BioContextAI Knowledgebase MCP is a Model Context Protocol (MCP) server published by biocontext-ai. It ranks #2,792 of 115,460 servers tracked on MCP Toplist, and its repository has 28 GitHub stars. BioContextAI Knowledgebase MCP is listed across 2 registries — Glama and PulseMCP, with 5 release tags tracked from its GitHub repository. It was first listed on Jul 15, 2025 and most recently updated on Dec 14, 2025.
Ranks ahead of 112,668 of 115,460 servers on MCP Toplist.
Use BioContextAI Knowledgebase MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http knowledgebase-mcp https://mcp.biocontext.ai/mcp/[mcp_servers.knowledgebase-mcp]
url = "https://mcp.biocontext.ai/mcp/"Add to ~/.codex/config.toml.
https://mcp.biocontext.ai/mcp/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"knowledgebase-mcp": {
"url": "https://mcp.biocontext.ai/mcp/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"knowledgebase-mcp": {
"type": "http",
"url": "https://mcp.biocontext.ai/mcp/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"knowledgebase-mcp": {
"serverUrl": "https://mcp.biocontext.ai/mcp/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"knowledgebase-mcp": {
"url": "https://mcp.biocontext.ai/mcp/"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fbiocontext-ai%2Fknowledgebase-mcp)<a href="https://mcptoplist.com/server/glama%2Fbiocontext-ai%2Fknowledgebase-mcp"><img src="https://mcptoplist.com/badge/glama%2Fbiocontext-ai%2Fknowledgebase-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
biocontext-ai
Other servers by biocontext-ai
- Skill-to-MCP#10,334 · 3 vers
- anndata-mcp#10,553 · 12 vers
- nucleotide_archive_mcp#30,156 · 5 vers
- protocol-mcp#31,735 · 2 vers
- Cellosaurus MCP Server#40,286 · 2 vers
GitHub releases (5)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| 0.2.1 | Dec 14, 2025 |
| 0.2.0 | Nov 19, 2025 |
| 0.1.7 | Nov 6, 2025 |
| 0.1.6 | Nov 4, 2025 |
| 0.1.5 | Nov 4, 2025 |
Frequently asked questions
- Who maintains BioContextAI Knowledgebase MCP?
- BioContextAI Knowledgebase MCP is maintained by biocontext-ai, which publishes 6 MCP servers (29 total versions) tracked on MCP Toplist.
- Is BioContextAI Knowledgebase MCP listed on the Official MCP Registry?
- BioContextAI Knowledgebase MCP is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does BioContextAI Knowledgebase MCP have?
- No registry surfaces explicit version metadata for BioContextAI Knowledgebase MCP; MCP Toplist tracks 5 release tags from its GitHub repository, most recently published on Dec 14, 2025.
- Where can I find the source code for BioContextAI Knowledgebase MCP?
- The source code for BioContextAI Knowledgebase MCP is hosted at github.com/biocontext-ai/knowledgebase-mcp.