Skip to content
Zed

Topos for Zed

io.github.krv-labs/topos

Structural code-quality tools for AI coding agents.

client:Zed transport:stdio runtime:pypi

Install Topos in Zed

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

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

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

Topos in other clients