specrun for Windsurf
io.github.pavelpiha/specrun
MCP server that converts OpenAPI specs into tools which can query API endpoints
client:Windsurf
transport:stdio
runtime:npm
Install specrun in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"specrun": {
"command": "npx",
"args": [
"-y",
"@pavelpiha/specrun"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs