Skip to content
Cursor

Shelter for Cursor

io.github.nextauralabs/shelter

Connect AI agents to scoped financial context from your own Shelter account

client:Cursor transport:stdio runtime:npm

Install Shelter 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": {
    "shelter": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shelter.money/mcp"
      ],
      "env": {
        "SHELTER_API_KEY": "<SHELTER_API_KEY>",
        "SHELTER_API_URL": "<SHELTER_API_URL>"
      }
    }
  }
}

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

Shelter in other clients