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.
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
}
}
}