NDI-MCP-Server for Gemini CLI
io.github.creintel/ndi-mcp-server
Commercial real estate deal search, comp lookup, and scoring for the Northeast US
client:Gemini CLI
transport:stdio
runtime:pypi
Install NDI-MCP-Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ndi-mcp-server": {
"command": "uvx",
"args": [
"ndi-mcp-server"
],
"env": {
"NDI_API_KEY": "<NDI_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