Developer Tools
Trust: 37/100 (Limited)io.github.madhan-g-p/devdocs-mcp Guide
Local DevDocs MCP Server (Developer Docs with project specific context awareness)
5 starsby madhan-g-p
Quick Start
Install
npx @madhan-g-p/devdocs-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-madhan-g-p-devdocs-mcp": {
"command": "npx",
"args": [
"@madhan-g-p/devdocs-mcp-server"
]
}
}
}