Skip to content
Zed

mercury spec ops for Zed

io.github.n0zer0d4y/mercury-spec-ops

Modular MCP server for dynamic prompt generation and software development analysis tools

client:Zed transport:stdio runtime:npm

Install mercury spec ops in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

mercury spec ops in other clients