Skip to main content
Glama

devdocs-mcp

KnowledgeBase MCP server for Developer Documentation

Installation

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-mcp

MCP 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-mcp

Alternative Installation Methods

Install with uv:

uv pip install "devdocs-mcp[ml] @ git+https://github.com/HellButcher/devdocs-mcp.git"
devdocs-mcp

Install without ML dependencies (semantic search disabled):

uvx --from "git+https://github.com/HellButcher/devdocs-mcp.git" devdocs-mcp

Related 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.json

  • Cache: ~/.cache/devdocs-mcp/ (docs + embeddings)

Environment variables:

  • DEVD_EMBEDDING_MODEL - Override the default embedding model

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    Provides 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 updated
    AGPL 3.0
  • F
    license
    A
    quality
    D
    maintenance
    Provides 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 updated
    5
    3
  • F
    license
    A
    quality
    D
    maintenance
    Provides 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 updated
    12
    2
  • A
    license
    -
    quality
    C
    maintenance
    Provides 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 updated
    117
    MIT

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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