Loading MCP server directory, please wait...
logi Agent Approval Gate — human approval on the phone before high-risk agent actions.
npx @getmcp/cli add dev.1pass/logi-approvalRequires Node.js 18+. Community-contributed server. Review source before installing.
LOGI_AGENT_TOKENBearer token issued at agent registration (start.1pass.dev developer console).
LOGI_AGENT_PUBLIC_IDPublic agent id (agt_...).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.1pass/logi-approval": {
"command": "npx",
"args": [
"-y",
"@logi-auth/mcp-approval"
],
"env": {
"LOGI_AGENT_TOKEN": "",
"LOGI_AGENT_PUBLIC_ID": "",
"LOGI_AGENT_PRIVATE_KEY": "",
"LOGI_API_URL": ""
}
}
}
}