Context7 MCP Server Stack
@james-simmonds
About Context7 MCP Server Stack
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"context7-mcp-server": {
"command": "docker",
"args": [
"ps"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
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
Comments