Skip to content

onepassword agent mcp for Zed

io.github.gambadio/onepassword-agent-mcp

Local MCP access to approved 1Password fields without exposing plaintext secrets to AI agents.

client:Zed transport:stdio runtime:npm

Install onepassword agent mcp in Zed

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

{
  "context_servers": {
    "onepassword-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "onepassword-agent-mcp"
      ]
    }
  }
}

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

onepassword agent mcp in other clients