Onepassword Agent MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 112 installs a week from npm. Last commit 16 Sep 2026.
Local MCP access to approved 1Password fields without exposing plaintext secrets to AI agents.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
let process = Process()
const result = spawnSync(lsof, ["-nP", `-iTCP:${port}`, "-sTCP:LISTEN", "-t"], { encoding: "utf8" });
const builtApp = path.join(buildRoot, appName);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add onepassword-agent-mcp -- npx -y onepassword-agent-mcp
{
"mcpServers": {
"onepassword-agent-mcp": {
"args": [
"-y",
"onepassword-agent-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.onepassword-agent-mcp]
command = "npx"
args = ["-y", "onepassword-agent-mcp"]
{
"mcpServers": {
"onepassword-agent-mcp": {
"args": [
"-y",
"onepassword-agent-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"onepassword-agent-mcp": {
"args": [
"-y",
"onepassword-agent-mcp"
],
"command": "npx"
}
}
}
Secrets for developers and agents—secure context and workflows without exposing secret values.
One firewall and password manager for all your AI coding agents' MCP servers and secrets.
Identity, secrets, and passwordless SSH provisioning for AI agents — Keycloak, vault, MCP tools.
Local encrypted secret broker for AI agents: request keys by name, approve each use over MCP.
A secret store for AI agents: the agent never sees the plaintext.
Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.
Give AI agents secure access to ZERNO project briefs, tasks, and context over remote MCP.
Secure MCP router providing access to AgentPMT's pay-per-use AI tools marketplace.
Answers built from our own checks of this server.