devkits for Cursor
io.github.hezeclark/devkits
12 local developer tools: JSON, Base64, JWT, regex, hash, UUID, Markdown, diff, cron.
client:Cursor
transport:stdio
runtime:npm
Install devkits in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"devkits": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"devkits-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs