propstack mcp for Gemini CLI
io.github.ashev87/propstack-mcp
Connect AI assistants to your Propstack real estate CRM (contacts, properties, deals).
client:Gemini CLI
transport:stdio
runtime:npm
Install propstack mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"propstack-mcp": {
"command": "npx",
"args": [
"-y",
"propstack-mcp-server"
],
"env": {
"PROPSTACK_API_KEY": "<PROPSTACK_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs