Skip to content
Zed

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

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

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

NDI-MCP-Server in other clients