Skip to content
Zed

Shelter for Zed

io.github.nextauralabs/shelter

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

client:Zed transport:stdio runtime:npm

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

Merge this into your existing settings object — do not replace the file. Zed docs

Shelter in other clients