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
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
コメント