LogoSTMCP
Download
docsmcp

DocsMCP

DocsMCP is a Model Context Protocol server that enables LLMs to access and query documentation from local files or remote URLs, facilitating seamless integration with AI development tools.

Tools

1. getDocumentationSources

Lists all available documentation sources that have been configured.

2. getDocumentation

Fetches and parses documentation from a given URL or local file path.

Open Graph image for DocsMCP

JSON Config

{
  "mcpServers": {
    "docs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "docsmcp",
        "'--source=Model Context Protocol (MCP)|https://modelcontextprotocol.io/llms-full.txt'"
      ]
    }
  }
}

Useful Links

Information

  • Author@da1z
  • Published date2025/09/18