logi (1pass) IdP — manage your OAuth apps, redirect URIs, passkeys, login history and docs.
MCPpedia last refreshed this data
dev.1pass/logi is an MCP server that logi (1pass) IdP — manage your OAuth apps, redirect URIs, passkeys, login history and docs. Its tool list has not been published yet over stdio and http, requires no API key, and scores 85/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dev-1pass-logi": {
"args": [
"-y",
"@1pass/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Agent plugins for logi / 1pass, the passkey-first
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@1pass/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @1pass/mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
Regression testing for MCP servers. Checks capabilities, invokes tools, detects schema drift.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
MCP Security Weekly
Get CVE alerts and security updates for dev.1pass/logi and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Agent plugins for logi / 1pass, the passkey-first sign-in service.
| Plugin | What it does |
|---|---|
| logi-integrate | Integrate 1pass sign-in into your app — a skill that walks the agent through RP registration and OIDC integration, plus the @1pass/mcp server for managing your apps, redirect URIs, and docs lookup. |
| logi-approval | Agent Approval Gate — the agent asks a human for Face ID / passkey approval on their phone before performing a high-risk action. Bundles @logi-auth/mcp-approval. |
claude plugin marketplace add dcode-co/logi-plugins
claude plugin install logi-integrate@logi
claude plugin install logi-approval@logi # optional
Then set the env vars each server needs:
logi-integrate: LOGI_API_KEY — a Personal API Key from
start.1pass.dev (Settings → API Keys).logi-approval: LOGI_AGENT_TOKEN, LOGI_AGENT_PUBLIC_ID
(and LOGI_AGENT_PRIVATE_KEY for signed mode) — see the
Agent Approval quickstart.The skills follow the open Agent Skills format —
copy any plugins/*/skills/<name>/ directory into your client's skills
directory. Add the MCP servers with your client's MCP configuration using the
same npx commands found in each plugin's .mcp.json.
Single-file skill install without the plugin system:
curl -fsSL https://docs.1pass.dev/skills/logi-rp-integrate/SKILL.md \
-o ~/.claude/skills/logi-rp-integrate/SKILL.md --create-dirs
MIT