Connecting Claude (MCP)
AccessVault ships an MCP sidecar that lets Claude Code or Claude Desktop query your managed databases. Every call routes through the app, so it lands in your audit log.
- Select a connected database and open its detail header.
- Click Copy MCP Command — this copies a ready-to-run
claude mcp add …command with the sidecar path, the per-connection catalog, and an auth token. - Paste it into a terminal and run it to register the sidecar with Claude Code.
- In any Claude session, the tools from that connection’s catalog are now available. Each call
round-trips:
Claude → MCP sidecar → AccessVault → your database → back, and is written to the audit log first.