Modular MCP server for dynamic prompt generation and software development analysis tools
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @n0zer0d4y/mercury-spec-ops
MCP client config
{
"mcpServers": {
"mercury-spec-ops": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/mercury-spec-ops"
]
}
}
}