devdocs-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@devdocs-mcpfind documentation for async/await in JavaScript"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
devdocs-mcp
KnowledgeBase MCP server for Developer Documentation
Installation
Quick Start with uvx (Recommended)
Run directly from GitHub with ML dependencies (required for semantic search):
uvx --from "devdocs-mcp[ml] @ git+https://github.com/HellButcher/devdocs-mcp.git" devdocs-mcpMCP Server Configuration
Add to your MCP client configuration (e.g., Claude Desktop, Cline):
{
"mcpServers": {
"devdocs": {
"command": "uvx",
"args": [
"--from",
"devdocs-mcp[ml] @ git+https://github.com/HellButcher/devdocs-mcp.git",
"devdocs-mcp"
]
}
}
}Development Setup
Clone and install with ML dependencies:
git clone https://github.com/HellButcher/devdocs-mcp.git
cd devdocs-mcp
uv sync --extra ml
uv run devdocs-mcpAlternative Installation Methods
Install with uv:
uv pip install "devdocs-mcp[ml] @ git+https://github.com/HellButcher/devdocs-mcp.git"
devdocs-mcpInstall without ML dependencies (semantic search disabled):
uvx --from "git+https://github.com/HellButcher/devdocs-mcp.git" devdocs-mcpRelated MCP server: DevDocs MCP Server
Features
Access to 819+ documentation sources from devdocs.io
Semantic search with vector embeddings (requires ML dependencies)
Custom local documentation sources
Efficient caching and incremental updates
10 MCP tools for documentation queries
Configuration
Configuration is stored at XDG paths:
Config:
~/.config/devdocs-mcp/config.jsonCache:
~/.cache/devdocs-mcp/(docs + embeddings)
Environment variables:
DEVD_EMBEDDING_MODEL- Override the default embedding model
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides instant access to 700+ programming documentation sources and creates isolated Docker containers for safe code testing and experimentation. Combines comprehensive documentation lookup with containerized development environments for enhanced development workflows.Last updatedAGPL 3.0
- FlicenseAqualityDmaintenanceProvides access to 600+ documentation libraries from DevDocs.io including Python, JavaScript, React, Django, and more. Enables searching, browsing, and retrieving documentation content directly through Claude Desktop.Last updated53
- FlicenseAqualityDmaintenanceProvides AI models with direct access to documentation for over 600 technologies from DevDocs.io, including popular languages, frameworks, and tools. It enables comprehensive searching, content retrieval, and offline access via an intelligent local caching system.Last updated122
- Alicense-qualityCmaintenanceProvides access to Apple documentation and WWDC transcripts with semantic, keyword, and hybrid search capabilities, enabling developers to quickly find relevant code examples and technical information.Last updated117MIT
Related MCP Connectors
DevDocs.io keyless docs index + entry search + content (Angular, MDN, Rust, etc.).
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HellButcher/devdocs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server