DevDocsMCP

Created By
kelvinzer0a year ago
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.
Overview

what is DevDocsMCP?

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

how to use DevDocsMCP?

To use DevDocsMCP, install the tool and run the command /usr/local/bin/devdocsmcp server --lang <language> to start the server for the desired programming languages.

key features of DevDocsMCP?

  • Online documentation search and reading from DevDocs.io
  • Supports multiple programming languages including HTML, CSS, Go, and React
  • Command-line interface for quick access to documentation

use cases of DevDocsMCP?

  1. Quickly searching for documentation while coding.
  2. Reading API references without leaving the terminal.
  3. Accessing language-specific documentation on the fly.

FAQ from DevDocsMCP?

  • Is DevDocsMCP free to use?

Yes! DevDocsMCP is free to use for everyone.

  • What languages does DevDocsMCP support?

DevDocsMCP supports various languages including HTML, CSS, Go, React, and more.

  • How do I install DevDocsMCP?

You can install DevDocsMCP by following the instructions on its GitHub page: https://github.com/kelvinzer0/DevDocsMCP.

Server Config

{
  "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
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
kelvinzer0
Star
-
Language
-
License
-

Recommend Servers

View All
Mnemom

a day ago
Trainzilla Mcp

2 hours ago