@mindbridgeio/claude
v0.3.8
Published
MindBridge MCP and lifecycle hooks for Claude Code.
Readme
@mindbridgeio/claude
MindBridge MCP tools and lifecycle hooks for Claude Code, using durable OAuth.
npx -y @mindbridgeio/claude@latest setupThe command configures an OAuth-enabled HTTP MCP server, starts Claude Code’s
MCP login, then signs lifecycle hooks in through the system keychain. It uses
https://memory.ifelse.io by default; pass --server-url https://… or set
MINDBRIDGE_MCP_SERVER_URL for a nonsecret server override.
npx -y @mindbridgeio/claude@latest auth status
npx -y @mindbridgeio/claude@latest auth logout
npx -y @mindbridgeio/claude@latest doctorNo bearer token is placed in Claude configuration, command arguments, or an environment variable. A keychain is required; setup fails safely when one is unavailable.
Setup validates the server, Claude CLI, and keychain before changing config.
If MindBridge is temporarily unavailable, hooks remain non-blocking and replay
redacted pending events from a bounded local outbox. doctor --json reports
MCP configuration, lifecycle OAuth, and outbox health.
New sessions are tagged automatically from Claude Code's working directory (or
CLAUDE_PROJECT_DIR when needed). Git repositories use a credential-free
remote identity; non-Git directories use a private install-scoped local
identity. Recall prefers the current project and then fills from the wider
MindBridge workspace.
