specrun for Zed
io.github.pavelpiha/specrun
MCP server that converts OpenAPI specs into tools which can query API endpoints
client:Zed
transport:stdio
runtime:npm
Install specrun in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"specrun": {
"command": "npx",
"args": [
"-y",
"@pavelpiha/specrun"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs