onepassword agent mcp for Cursor
io.github.gambadio/onepassword-agent-mcp
Local MCP access to approved 1Password fields without exposing plaintext secrets to AI agents.
client:Cursor
transport:stdio
runtime:npm
Install onepassword agent mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"onepassword-agent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"onepassword-agent-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs