Skip to content
VS Code

specrun for VS Code

io.github.pavelpiha/specrun

MCP server that converts OpenAPI specs into tools which can query API endpoints

client:VS Code transport:stdio runtime:npm

Install specrun in VS Code

.vscode/mcp.json

{
  "servers": {
    "specrun": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pavelpiha/specrun"
      ]
    }
  }
}

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

specrun in other clients