Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. DevDocs MCP
DevDocs MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:01:51 PM

DevDocs MCP

User RatingsBe the first to rate and review this MCP server!
View Repository13 GitHub StarsTotal stargazers on GitHub for the source repository (13 stars).Visit Website
developer-toolsdocumentationofflinemcp

Provides local, version-pinned DevDocs.io documentation through MCP for deterministic, offline-aware agent context.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "madhan-g-p-devdocs-mcp": {
      "command": "docker",
      "args": [
        "run",
        "3000:3000",
        "devdocs_data:/app/data",
        "devdocs-mcp",
        "madhandock1/devdocs-mcp:latest"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Overview

madhan-g-p/DevDocs-MCP MCP server supplies AI coding assistants with version-pinned documentation from DevDocs.io. It downloads structured documentation into a local cache, records metadata in SQLite, and can map documentation to dependency versions supplied in a project package.json. Reach for it when an agent needs consistent API references without repeatedly fetching live web pages. The project is designed to run locally with Node.js, pnpm, or Docker and supports STDIO and HTTP SSE configurations.

Use cases

β€’Pin documentation to package dependency versions
β€’Search cached API references from an MCP client
β€’Ingest DevDocs content for a project stack
β€’Provide offline documentation context to coding agents

Key features

β€’Version-aware dependency documentation
β€’Local JSON documentation cache
β€’SQLite metadata storage via sql.js
β€’Ranked fuzzy search
β€’STDIO and HTTP SSE operation
β€’Docker deployment with persistent storage

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by DevDocs MCP.

Extracted Tool Capabilities
Version-aware dependency documentation
Local JSON documentation cache
SQLite metadata storage via sql.js
Ranked fuzzy search
STDIO and HTTP SSE operation
Docker deployment with persistent storage

How DevDocs MCP works

What madhan-g-p/DevDocs-MCP MCP server does

madhan-g-p/DevDocs-MCP MCP server gives MCP-compatible coding assistants access to locally cached documentation sourced from DevDocs.io. Its purpose is to provide a stable documentation reference for a project rather than generate code, act as an AI agent, scrape arbitrary websites, or replace the DevDocs user interface.

The server is intended for projects where dependency versions matter. A project can provide dependencies such as React 18.2.0 and TypeScript 5.0.0, allowing documentation context to be associated with the versions used by that project. This helps avoid mixing APIs from different releases.

Documentation is obtained through DevDocs' supported offline-data mechanism. The project description and README state that it uses structured DevDocs datasets rather than web scraping.

How it works

madhan-g-p/DevDocs-MCP MCP server runs as a local Node.js application written in NestJS and TypeScript. Its data flow separates metadata from document content:

  • SQLite, accessed through sql.js, stores the metadata database.
  • JSON files on local disk hold cached documentation.
  • Documentation can be fetched lazily from the DevDocs.io API when it has not yet been ingested.
  • Ranked fuzzy search helps locate relevant entries such as β€œintersection observer.”

After ingestion, the cached documentation can be used without an internet connection. The README describes the returned content as structured for language-model use. The architecture also shows agent requests being handled through MCP search and explain operations, while ingest is the documented tool for downloading documentation for a project stack.

Setup and configuration

The documented source installation uses Node.js 18 or newer, with testing noted for Node.js 18.x and 20.x. Clone the repository, run pnpm install, build it with pnpm build, and start the production process with pnpm start:prod. The project asks contributors to use pnpm for development.

Configuration is read from a .env file. Copy .env.example to .env, then set storage locations as needed. DEVDOCS_DATA_PATH controls where downloaded documentation JSON files are kept and defaults to ./data. MCP_DB_PATH controls the SQLite metadata database path and defaults to mcp.db. LOG_LEVEL controls logging verbosity and defaults to info.

Docker is also documented. The published image is madhandock1/devdocs-mcp:latest, and the recommended persistent mount is /app/data. That directory contains both mcp.db and the cached documentation under docs/.

For STDIO clients such as Claude Desktop and Cline, the example starts node dist/main.js from the built project directory. For HTTP SSE use, start the same entry point with --port 3000; the documented SSE path is /mcp/sse.

Tools and capabilities

The documented ingest tool downloads documentation for dependency versions supplied by the agent. The server also supports documentation lookup through ranked fuzzy search and exposes search/explain behavior in its MCP interaction model. Its main capabilities are local caching, version awareness, offline access after ingestion, structured output, and a Node-only runtime without native Python or C++ build steps.

Limitations and notes

madhan-g-p/DevDocs-MCP MCP server is explicitly marked as being under active development. The README notes that caching, automatic updates, on-demand updates, and query behavior may change or receive further implementation. APIs and design decisions may therefore evolve.

The initial ingestion step requires access to the DevDocs data source. Offline operation applies after the relevant documentation has been downloaded. The README also notes that the fetch URL is defined in src/config/constants.ts; if DevDocs changes its supported path, that configuration may need an update. The project is local software, not a hosted SaaS endpoint, although it can be exposed over HTTP SSE when started with a port.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools8 views
    Compare vs Claude Task Master β†’
  • Codewiki MCP logoCodewiki MCP

    MCP server for codewiki.google. Search repos, fetch AI-generated wiki docs, and ask questions about any open-source repository.

    πŸ’» Developer Tools6 views
    Compare vs Codewiki MCP β†’
  • Imqueue MCP logoImqueue MCP

    Search @imqueue docs and scaffold typed services & clients for AI coding agents, access CLI and manage your service fleet.

    πŸ’» Developer Tools3 views
    Compare vs Imqueue MCP β†’
  • SaC β€” Software as Content logoSaC β€” Software as Content

    Give your AI agent the ability to respond with live, interactive apps that evolve.

    πŸ’» Developer Tools3 views
    Compare vs SaC β€” Software as Content β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
13
Stargazers on the source repository.
Last commit
4mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about DevDocs MCP

Clone the repository, run `pnpm install`, build with `pnpm build`, and start it with `pnpm start:prod`. Node.js 18 or newer is listed as a prerequisite.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDevDocs MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/madhan-g-p-devdocs-mcp?style=directory)](https://allmcps.com/mcp/madhan-g-p-devdocs-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/madhan-g-p-devdocs-mcp"><img src="https://allmcps.com/api/badge/madhan-g-p-devdocs-mcp?style=directory" alt="DevDocs MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeDocker
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cline / VS Code
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars13
GitHub Star CountTotal stargazers on GitHub representing community popularity (13 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 10, 2026
48Quality signal: Fair Β· 48/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to DevDocs MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code