madhan-g-p/DevDocs-MCP
DevDocs-MCP is a MCP server that provides version-pinned, deterministic documentation sourced from [DevDocs.io](https://devdocs.io) in offline mode
Quick Start
Clone the repository:
git clone https://github.com/madhan-g-p/DevDocs-MCPClaude Desktop configuration example:
{
"mcpServers": {
"devdocs-mcp": {
"command": "npx",
"args": [
"-y",
"madhan-g-p/DevDocs-MCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.