MCP.so
Sign In
D

DevDocsMCP

@kelvinzer0

About DevDocsMCP

DevDocsMCP is a command-line tool that allows you to search and read documentation directly from DevDocs.io. It operates purely online, fetching data as needed.

Basic information

Category

Other

Transports

stdio

Publisher

kelvinzer0

Submitted by

Kelvin Yuli Andrian

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "devdocs-html-css": {
      "command": "/usr/local/bin/devdocsmcp",
      "args": [
        "server",
        "--lang",
        "html,css"
      ],
      "trust": true
    },
    "devdocs-vite-tailwindcss-react-reactrouter": {
      "command": "/usr/local/bin/devdocsmcp",
      "args": [
        "server",
        "--lang",
        "vite~6,tailwindcss,react,react_router"
      ],
      "trust": true
    },
    "devdocs-golang-sqlite-mariadb": {
      "command": "/usr/local/bin/devdocsmcp",
      "args": [
        "server",
        "--lang",
        "go,sqlite,mariadb"
      ],
      "trust": true
    },
    "devdocs-zsh": {
      "command": "/usr/local/bin/devdocsmcp",
      "args": [
        "server",
        "--lang",
        "zsh"
      ],
      "trust": true
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is DevDocsMCP?

DevDocsMCP has a documentation page at https://devdocs-mcp.zcdns.id.

How to use DevDocsMCP?

Key features of DevDocsMCP

Use cases of DevDocsMCP

FAQ from DevDocsMCP

(No questions can be answered from the README.)

Comments

More Other MCP servers