dev.1pass/logi
logi (1pass) IdP — manage your OAuth apps, redirect URIs, passkeys, login history and docs.
Open source Open in the app JSON README (API)
About
logi (1pass) IdP — manage your OAuth apps, redirect URIs, passkeys, login history and docs.
Details
- Kind
- MCP servers
- Topic
- Security & identity
- Publisher
- dev.1pass
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 0.2.2
- Last push
- 2026-08-07T11:52:21Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-29 03:01:29
- Updated
- 2026-08-29 03:01:29
- Origin id
dev.1pass/logi
README
# logi (1pass) — Claude Code plugins Agent plugins for [logi / 1pass](https://docs.1pass.dev), 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`](https://www.npmjs.com/package/@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`](https://www.npmjs.com/package/@logi-auth/mcp-approval). | ## Install (Claude Code) ```bash 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](https://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](https://docs.1pass.dev/agent-approval/quickstart). ## Other agent clients (Cursor, Codex, Copilot, …) The skills follow the open [Agent Skills](https://agentskills.io) 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: ```bash curl -fsSL https://docs.1pass.dev/skills/logi-rp-integrate/SKILL.md \ -o ~/.claude/skills/logi-rp-integrate/SKILL.md --create-dirs ``` ## Docs - Integration guides: https://docs.1pass.dev - LLM-readable docs: https://docs.1pass.dev/llms.txt ## License MIT