
Devdocs Mcp
Query local DevDocs and project-aware developer documentation from your agent without pasting manuals into every chat.
Overview
DevDocs MCP is a Build-phase MCP server that serves local developer documentation with project-specific context awareness to MCP clients.
What is this MCP server?
- Local DevDocs MCP server with project-specific context awareness
- npm @madhan-g-p/devdocs-mcp-server v1.0.0 stdio transport
- Surfaces developer documentation to MCP clients offline-first relative to cloud doc APIs
- Reduces hallucinated API usage by grounding answers in DevDocs corpora
- Server version 1.0.0
- Transport: stdio
- npm identifier: @madhan-g-p/devdocs-mcp-server
Community signal: 11 GitHub stars.
What problem does it solve?
Agents guess at library APIs when offline or project-specific docs are not wired into the MCP tool layer.
Who is it for?
Solo developers who rely on DevDocs-style references and want MCP-grounded lookups tied to the repo they are in.
Skip if: Teams that only use proprietary wikis with no local doc mirror, or builders who never use MCP clients.
What do I get? / Deliverables
After install, your agent can fetch DevDocs-grounded, context-aware documentation while you code in the active project.
- MCP tools for querying DevDocs with project awareness
- Reduced manual doc paste into agent chats
- v1.0.0 stdio server linked to DevDocs-MCP GitHub repo
Recommended MCP Servers
Journey fit
Documentation MCP servers belong in Build docs because they keep reference material aligned with the repo while you implement features. Docs is the canonical shelf for DevDocs-style reference bridges, even when agents also use them during Ship review.
How it compares
Local DevDocs MCP integration, not a cloud-only search API or a markdown authoring skill.
Common Questions / FAQ
Who is DevDocs MCP for?
DevDocs MCP is for indie builders and small teams who want Claude Code or Cursor to pull accurate developer docs locally with project context.
When should I use DevDocs MCP?
Use it during Build—and again in Ship review—when you need fast, grounded API and framework documentation without leaving the agent session.
How do I add DevDocs MCP to my agent?
Install @madhan-g-p/devdocs-mcp-server from npm, configure the io.github.madhan-g-p/devdocs-mcp stdio server in your MCP client, and point project context settings per the GitHub README.