NDI-MCP-Server for Zed
io.github.creintel/ndi-mcp-server
Commercial real estate deal search, comp lookup, and scoring for the Northeast US
client:Zed
transport:stdio
runtime:pypi
Install NDI-MCP-Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ndi-mcp-server": {
"command": "uvx",
"args": [
"ndi-mcp-server"
],
"env": {
"NDI_API_KEY": "<NDI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs