hallpass

Jacobobber/hallpass
★ 0 stars Python Security Updated today
Multi-user auth core for MCP servers: per-user OAuth, encrypted credential vault, scope-gated tools
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hallpass": {
      "command": "uvx",
      "args": [
        "hallpass"
      ]
    }
  }
}

Or install with pip: pip install hallpass

README Excerpt

An auth-native substrate for organizing fleets of independently-credentialed agents: every agent is its own identity, capability is its scope, and the same layer that gates a single tool call also enforces and audits the whole organization. One idea runs the entire stack. The verify-and-gate that decides whether *this* caller may make *this* tool call is the same decision that governs who an agent may message, who may be spawned with what capability, and who may pull which task from a shared que

Tools (5)

CircuitBreakerHttpClientFixedWindowRateLimiterIdempotencyStoreRetryingHttpClientguard_response

Topics

agentsauthorizationmcpmulti-useroauthoidcpython