mcp-docs-server

mcp-docs-server

3.5

Ampersand MCP Docs Server is a model context protocol server designed to facilitate seamless integration and communication between MCP clients and servers.

Top Comments

The Ampersand MCP Docs Server is a robust solution for developers looking to integrate model context protocol (MCP) capabilities into their applications. It supports HTTP Server-Sent Events (SSE) mode, allowing for real-time data streaming and communication. The server can be run locally or accessed via the official hosted server, providing flexibility for development and deployment. With tools for debugging and troubleshooting, the server is designed to enhance the development experience and ensure smooth operation.

Features

  • Supports HTTP SSE mode for real-time data streaming.
  • Can be run locally or accessed via the official hosted server.
  • Provides debugging and troubleshooting tools.
  • Easy setup with npx for local development.
  • Comprehensive documentation and community support.

Usage with Different Platforms

cursor_ide

{
  "mcpServers": {
    "@amp-labs/mcp-docs-server": {
      "url": "https://mcp-docs.withampersand.com/sse" 
    }
  }
}

claude_desktop

{
  "mcpServers": {
    "@amp-labs/mcp-docs-server": {
      "url": "http://localhost:3001/sse"
    }
  }
}