Loading MCP server directory, please wait...
logi (1pass) IdP — manage your OAuth apps, redirect URIs, passkeys, login history and docs.
npx @getmcp/cli add dev.1pass/logiRequires Node.js 18+. Community-contributed server. Review source before installing.
LOGI_API_KEYPersonal API Key (logi_pak_...). Issue one at https://start.1pass.dev -> Settings -> API Keys, or via `logi login` CLI. Docs tools work without it.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.1pass/logi": {
"command": "npx",
"args": [
"-y",
"@1pass/mcp"
],
"env": {
"LOGI_API_KEY": "",
"LOGI_API_URL": ""
}
}
}
}