MCP.so
登录

Context7 MCP Server Stack

@james-simmonds

关于 Context7 MCP Server Stack

暂无概览

基本信息

分类

其他

运行时

powershell

传输方式

stdio

发布者

james-simmonds

配置

使用下面的配置,将此服务器添加到你的 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 服务器