Secure credential retrieval from 1Password
Retrieve username/password pairs without exposing secrets. Service account integration.
{
"mcpServers": {
"1password": {
"mcpServers": {
"1password": {
"env": {
"OP_SERVICE_ACCOUNT_TOKEN": "YOUR_SERVICE_ACCOUNT_TOKEN"
},
"args": [
"-y",
"@dkvdm/onepassword-mcp-server"
],
"command": "npx"
}
}
}
}
}