mercury spec ops for Cursor
io.github.n0zer0d4y/mercury-spec-ops
Modular MCP server for dynamic prompt generation and software development analysis tools
client:Cursor
transport:stdio
runtime:npm
Install mercury spec ops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mercury-spec-ops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/mercury-spec-ops"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs