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