com.pulsemcp/onepassword
MCP server for interacting with 1Password via the CLI to read and manage credentials.
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"onepassword": {
"command": "npx",
"args": [
"-y",
"onepassword-mcp-server"
],
"env": {
"OP_SERVICE_ACCOUNT_TOKEN": "<your-op_service_account_token>",
"ENABLED_TOOLGROUPS": "<enabled_toolgroups>",
"SKIP_HEALTH_CHECKS": "false",
"DANGEROUSLY_SKIP_ELICITATIONS": "<dangerously_skip_elicitations>",
"OP_ELICITATION_READ": "true",
"OP_ELICITATION_WRITE": "false",
"OP_WHITELISTED_ITEMS": "<op_whitelisted_items>"
}
}
}
}{
"mcpServers": {
"onepassword": {
"command": "npx",
"args": [
"-y",
"onepassword-mcp-server"
],
"env": {
"OP_SERVICE_ACCOUNT_TOKEN": "<your-op_service_account_token>",
"ENABLED_TOOLGROUPS": "<enabled_toolgroups>",
"SKIP_HEALTH_CHECKS": "false",
"DANGEROUSLY_SKIP_ELICITATIONS": "<dangerously_skip_elicitations>",
"OP_ELICITATION_READ": "true",
"OP_ELICITATION_WRITE": "false",
"OP_WHITELISTED_ITEMS": "<op_whitelisted_items>"
}
}
}
}npx -y onepassword-mcp-serverOP_SERVICE_ACCOUNT_TOKENService account token for authentication with 1Password CLI.
ENABLED_TOOLGROUPSComma-separated tool groups to enable (readonly, write).
SKIP_HEALTH_CHECKSSkip credential validation on server startup.
DANGEROUSLY_SKIP_ELICITATIONSBypass all credential approval prompts (exposes all secrets).
OP_ELICITATION_READPrompt for approval before revealing credentials.
OP_ELICITATION_WRITEPrompt for approval before creating or sharing items.
OP_WHITELISTED_ITEMSComma-separated item titles or IDs that bypass read elicitation.
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
Google Ads MCP server — manage campaigns, keywords, and metrics.
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai