Devdocs MCP

DevDocs-MCP is a Model Context Protocol (MCP) server that provides version-pinned, deterministic documentation sourced from DevDocs.io to AI assistants (Claude, RooCode, Cline, Copilot etc.). It acts as a local Documentation Intelligence Layer, ensuring your agent always has the correct API context without network latency or training data drift.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-10 · ★ 13 · #110 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Devdocs MCP

before you install - you'll need

Set DEVDOCS_VOLUME_SOURCE before connecting.

Claude Code

claude mcp add madhan-g-p-devdocs-mcp -- npx -y @madhan-g-p/devdocs-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "madhan-g-p-devdocs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@madhan-g-p/devdocs-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @madhan-g-p/devdocs-mcp-server - published under the repo owner's npm scope (@madhan-g-p)

registry namespace io.github.madhan-g-p is GitHub-verified and matches the repo owner

03 · Who maintains Devdocs MCP

devdocs-mcp is maintained by madhan-g-p. It's the only MCP server we track from this author; the repo dates to Jan 2026.

04 · Facts

category
documentation - ranked #110 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.github.madhan-g-p/devdocs-mcp (active, first published 2026-01-24)
packages
npm:@madhan-g-p/devdocs-mcp-server

05 · Devdocs MCP FAQ

What is Devdocs MCP?

DevDocs-MCP is a Model Context Protocol (MCP) server that provides version-pinned, deterministic documentation sourced from DevDocs.io to AI assistants (Claude, RooCode, Cline, Copilot etc.). It acts as a local Documentation Intelligence Layer, ensuring your agent always has the correct API context without network latency or training data drift.

Is Devdocs MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-10. We re-verify nightly.

How do I install Devdocs MCP?

Run `npx -y @madhan-g-p/devdocs-mcp-server`. The README documents one environment variable (DEVDOCS_VOLUME_SOURCE) to set first. Set DEVDOCS_VOLUME_SOURCE before connecting. You can also paste the ready-made client config above.

Does Devdocs MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Devdocs MCP

More documentation MCP servers · Devkit Server · Sap Docs · IBM Maximo · Jooq MCP · Domain Memory

More TypeScript MCP servers · Tabler MCP Server · Microsoft Todo · Magpie MCP · Maguyva · Marmo UI · see all