Skip to content
Zed

codesurface for Zed

io.github.codeturion/codesurface

Indexes your codebase's public API and serves it via compact MCP tool responses.

client:Zed transport:stdio runtime:pypi

Install codesurface in Zed

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

{
  "context_servers": {
    "codesurface": {
      "command": "uvx",
      "args": [
        "codesurface"
      ]
    }
  }
}

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

codesurface in other clients