Skip to content

openapi navigator for Zed

io.github.mgaruccio/openapi-navigator

Navigate and query OpenAPI specs with fuzzy search, pagination, and API testing

client:Zed transport:stdio runtime:pypi

Install openapi navigator in Zed

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

{
  "context_servers": {
    "openapi-navigator": {
      "command": "uvx",
      "args": [
        "openapi-navigator"
      ]
    }
  }
}

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

openapi navigator in other clients