Skip to content
Zed

compass mcp for Zed

io.github.chrischall/compass-mcp

Compass real-estate for Claude — search, property details, photos, price history, compare

client:Zed transport:stdio runtime:npm

Install compass mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "compass-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "compass-mcp"
      ],
      "env": {
        "COMPASS_WS_PORT": "<COMPASS_WS_PORT>"
      }
    }
  }
}

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

compass mcp in other clients