drio
Open app

DevDocs MCP Implementation

Source

An MCP server inspired by devocs.io

Catalog onlyCatalog onlySTDIO

Overview

DevDocs MCP is a Model Context Protocol (MCP) implementation designed for efficient documentation management and integration, inspired by devocs.io.

To use DevDocs MCP, set up the project by following the development guidelines, create resource templates, and utilize the testing strategy to ensure robustness. You can access documentation resources through URI-based templates.

  • Resource template system with type-safe parameter handling - Flexible URI template matching - Comprehensive error handling and state management - Property-based testing for validation and correctness
  1. Managing and integrating documentation resources in software projects.
  2. Validating and extracting parameters from URIs for API documentation.
  3. Implementing a robust error handling system for documentation management.

Add to your AI client

Use these steps to connect DevDocs MCP Implementation in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "devdocs-mcp-llmian-space": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-devdocs-mcp-llmian-space"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "devdocs-mcp-llmian-space": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-devdocs-mcp-llmian-space"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "devdocs-mcp-llmian-space": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-devdocs-mcp-llmian-space"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "devdocs-mcp-llmian-space": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-devdocs-mcp-llmian-space"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "devdocs-mcp-llmian-space": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-devdocs-mcp-llmian-space"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "devdocs-mcp-llmian-space": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-devdocs-mcp-llmian-space"
      ]
    }
  }
}

FAQ

What is the purpose of the resource template system?

The resource template system allows for URI-based access to documentation resources, ensuring type safety and flexibility.

How does the testing strategy work?

The project employs property-based testing to validate URI templates and ensure parameter extraction correctness.

Can I contribute to the project?

Yes! Contributions are welcome. Follow the contributing guidelines to submit your changes.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":962,"uuid":"6e0711ab-fb05-472e-bdd7-494b2e3ef57b","name":"devdocs-mcp","title":"DevDocs MCP Implementation","description":"An MCP server inspired by devocs.io","avatar_url":"https://avatars.githubusercontent.com/u/191066221?v=4","created_at":"$D2025-01-28T02:20:52.109Z","updated_at":"$D2025-02-23T07:19:21.288Z","status":"created","author_name":"llmian-space","author_avatar_url":"https://avatars.githubusercontent.com/u/191066221?v=4","tags":"devdocs,mcp,documentation-management","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/llmian-space/devdocs-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]