Skip to content
Zed

propstack mcp for Zed

io.github.ashev87/propstack-mcp

Connect AI assistants to your Propstack real estate CRM (contacts, properties, deals).

client:Zed transport:stdio runtime:npm

Install propstack 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": {
    "propstack-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "propstack-mcp-server"
      ],
      "env": {
        "PROPSTACK_API_KEY": "<PROPSTACK_API_KEY>"
      }
    }
  }
}

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

propstack mcp in other clients