Skip to content
Gemini CLI

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

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

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

propstack mcp in other clients