dev953 for Cursor
io.github.gru-953/dev953
dev953 method companion: exposes its multi-agent coding method as callable MCP tools.
client:Cursor
transport:stdio
runtime:npm
Install dev953 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dev953": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dev953-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs