Skip to the content.

AI Passport — Ecosystem (Phase 5)

Expand beyond a single IDE. Same passport, many consumers.


Vision

        ┌─────────────┐
        │  AI Passport │  ~/.ai-passport (encrypted, local-first)
        └──────┬──────┘
               │ grants + export
     ┌─────────┼─────────┬─────────────┐
     ▼         ▼         ▼             ▼
  Cursor    VS Code   Claude      Your app
  (MCP)     (MCP)     (MCP)       (SDK)

Users grant each consumer scoped read access. Revoke anytime.


Current consumers

Consumer Status Guide
Cursor Reference implementation CURSOR_SETUP.md
VS Code MCP-compatible (generic) VSCODE_SETUP.md
Claude Desktop Grant template ready ai-passport grant claude --yes + MCP config
Custom apps SDK SDK.md

Planned

Cloud sync (optional, E2E encrypted)

Separate consumer packages

Sign in with AI Passport

OAuth-style flow for web apps — implemented. See SIGN_IN.md.

ai-passport authorize my-app --yes
ai-passport token exchange aip_tok_...

Future RFC items: JWT, deep links, hosted relay.


Add your product

  1. Pick a consumer id (e.g. my-ai-app)
  2. Add grant template via PR or local config
  3. Integrate via SDK or MCP
  4. Self-certify with COMPATIBILITY.md

Contributing

See MANIFESTO.md and RFC.md.