Skip to content
Zed

Vault MCP for Zed

io.github.chill-ai-space/vault

MCP server for credential isolation — bots use passwords and API keys without seeing them

client:Zed transport:stdio runtime:npm

Install Vault MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "vault": {
      "command": "npx",
      "args": [
        "-y",
        "chillai-vault-mcp"
      ]
    }
  }
}

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

Vault MCP in other clients