mcp openapi for Zed
io.github.infoinlet-marketplace/mcp-openapi
Turn any OpenAPI/Swagger spec into MCP tools — each operation an SSRF-guarded tool.
client:Zed
transport:stdio
runtime:npm
Install mcp openapi in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-openapi": {
"command": "npx",
"args": [
"-y",
"@infoinlet/mcp-openapi"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs