Odel
mercury spec ops

mercury spec ops

Local
@n0zer0d4y4TypeScriptMITUpdated 8mo ago

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).

npm@n0zer0d4y/mercury-spec-opsv0.1.2

Run

npx -y @n0zer0d4y/mercury-spec-ops

MCP client config

{
  "mcpServers": {
    "mercury-spec-ops": {
      "command": "npx",
      "args": [
        "-y",
        "@n0zer0d4y/mercury-spec-ops"
      ]
    }
  }
}