onepassword for Zed
com.pulsemcp/onepassword
MCP server for interacting with 1Password via the CLI to read and manage credentials.
client:Zed
transport:stdio
runtime:npm
Install onepassword in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"onepassword": {
"command": "npx",
"args": [
"-y",
"onepassword-mcp-server"
],
"env": {
"OP_SERVICE_ACCOUNT_TOKEN": "<OP_SERVICE_ACCOUNT_TOKEN>",
"ENABLED_TOOLGROUPS": "<ENABLED_TOOLGROUPS>",
"SKIP_HEALTH_CHECKS": "<SKIP_HEALTH_CHECKS>",
"DANGEROUSLY_SKIP_ELICITATIONS": "<DANGEROUSLY_SKIP_ELICITATIONS>",
"OP_ELICITATION_READ": "<OP_ELICITATION_READ>",
"OP_ELICITATION_WRITE": "<OP_ELICITATION_WRITE>",
"OP_WHITELISTED_ITEMS": "<OP_WHITELISTED_ITEMS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs