Skip to content
Cursor

NDI-MCP-Server for Cursor

io.github.creintel/ndi-mcp-server

Commercial real estate deal search, comp lookup, and scoring for the Northeast US

client:Cursor transport:stdio runtime:pypi

Install NDI-MCP-Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "ndi-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ndi-mcp-server"
      ],
      "env": {
        "NDI_API_KEY": "<NDI_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NDI-MCP-Server in other clients