Context7 MCP Server Stack
@james-simmonds
关于 Context7 MCP Server Stack
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"context7-mcp-server": {
"command": "docker",
"args": [
"ps"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Context7 MCP Server Stack?
Context7 MCP Server Stack is a multi-server Message Control Protocol (MCP) implementation with a Caddy reverse proxy. It provides real-time documentation access via the Context7 MCP server and web search via the BraveSearch MCP server, preserving context across coding sessions. It is designed for developers using AI coding assistants who need seamless access to documentation and search capabilities.
How to use Context7 MCP Server Stack?
Build and start the stack with docker-compose up -d, then check overall health at http://localhost/health and individual server health at /context7/health and /bravesearch/health. Stop the stack with docker-compose down. For VS Code integration, add the provided configuration to .vscode/settings.json.
Key features of Context7 MCP Server Stack
- Real-time documentation access via Context7 MCP
- Web search capabilities via BraveSearch MCP
- Context preservation across coding sessions
- Major AI coding assistant integration support
- Scalable Docker-based architecture with Caddy reverse proxy
- Easy extensibility for additional MCP servers
Use cases of Context7 MCP Server Stack
- Accessing real-time documentation while coding in an AI-assisted environment
- Performing web searches without leaving the coding context
- Maintaining conversation context across multiple coding sessions
- Extending the stack with custom MCP servers for specialized needs
FAQ from Context7 MCP Server Stack
What components are included in the stack?
The stack includes a Caddy reverse proxy, a Context7 MCP server (internal port 7681), and a BraveSearch MCP server (internal port 7682). All services run on a dedicated Docker network (mcp-net) for security.
How do I add a new MCP server to the stack?
Create a new directory with a Dockerfile and implementation, add the service to docker-compose.yml, update the Caddyfile with a new route, then rebuild and restart the stack.
How do I check the health of the stack?
Use docker ps to see container health or query the unified health endpoint at http://localhost/health. Individual server health is available at /context7/health and /bravesearch/health.
How do I integrate the stack with VS Code?
Add the provided JSON configuration to .vscode/settings.json under mcp.servers, using the npx command for the Context7 server.
What are the runtime requirements?
The stack requires Docker and Docker Compose. No other dependencies are listed; all services are containerized.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论