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