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
{
"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