knowledgebase-mcp
Verified Safeby biocontext-ai
Overview
A standardized Model Context Protocol (MCP) server that aggregates and provides AI systems with access to diverse biomedical knowledge bases and analysis tools.
Installation
export MCP_ENVIRONMENT=PRODUCTION && export PORT=8000 && uvx biocontext_kbEnvironment Variables
- MCP_ENVIRONMENT
- PORT
- MCP_INCLUDE_KEGG
- MCP_INCLUDE_SCHOLARLY
Security Notes
The project generally follows good practices for handling external API calls (e.g., uses yaml.safe_load). However, the scholarly tool's use of free proxies to bypass rate limits introduces a potential security risk by routing requests through unvetted third-party infrastructure. Additionally, the default CORSMiddleware configuration uses allow_origins=["*"] in production mode, which is overly permissive and should be restricted for public deployments, as noted in the source code.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.