Skip to content
VS Code

mercury spec ops for VS Code

io.github.n0zer0d4y/mercury-spec-ops

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

client:VS Code transport:stdio runtime:npm

Install mercury spec ops in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mercury spec ops in other clients