Skip to content
Zed

OpenAPI APIs for Zed

io.github.alyiox/mcp-openapix

MCP server that fronts any OpenAPI service: discover operations from its spec and call them

client:Zed transport:stdio runtime:pypi

Install OpenAPI APIs in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-openapix": {
      "command": "uvx",
      "args": [
        "mcp-openapix"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

OpenAPI APIs in other clients