devdocs-mcp-commands
v1.0.5
Published
Initialize DevDocs MCP slash commands for Cursor and Claude
Maintainers
Readme
DevDocs MCP Commands
A tool to initialize DevDocs MCP slash commands for Cursor and Claude editors.
Installation
npm install -g devdocs-mcp-commandsOr use with npx:
npx devdocs-mcp-commands --preset cursor
npx devdocs-mcp-commands --preset claudeUsage
Initialize Cursor Commands
npx devdocs-mcp-commands cursor
# or
npx devdocs-mcp-commands --preset cursor
# Japanese
npx devdocs-mcp-commands --preset cursor --lang jaInitialize Claude Commands
npx devdocs-mcp-commands claude
# or
npx devdocs-mcp-commands --preset claude
# Japanese
npx devdocs-mcp-commands --preset claude --lang jaThis will create the same commands in .claude/commands/devdocs/.
Prerequisites
- Node.js 18+
- DevDocs MCP server running
- Cursor or Claude Desktop configured with MCP
Next Steps
After running the init command:
Once configured, you can ask your AI editor to search for documentation using the MCP tools or the slash commands you've set up.
For example:
/devdocs/postgresql-17 How to optimize database performance?
/devdocs/openjdk-21 How to implement asynchronous processing?
/devdocs/python-3.12 How do list comprehensions work?
You can also use the search command to check if specific languages or technologies are available in DevDocs.
/devdocs/search Is Linux available?
/devdocs/search Is Kotlin available?License
MIT License - see LICENSE for details.
