Corevisor manages credentials, enforces approval rules, and logs every API call your AI agents make.
One tool between your AI agent and your API keys.
Drop-in MCP server for Claude and other AI tools. Run cv serve and your agent gets controlled API access through a standards-based gateway.
API keys stored in your OS keychain with zero-knowledge encrypted backup. Credentials are injected into requests automatically — your agent never sees the raw key.
Fine-grained rules by HTTP method and path pattern. Allow reads, require approval for writes, block destructive operations — per service.
Real-time stream of every API call with method, path, status, and the context your agent provided for why it made the request.
Register OpenAPI specs and your agent can search endpoint documentation on its own. It knows what's available before it asks.
JavaScript runs in a WebAssembly sandbox. Network requests are gated through the approval engine. No breakouts, no surprises.
Add your API services and store credentials. Group them by project, team, or environment.
Define approval rules with method and path patterns. GET /repos/* can be auto-allowed while DELETE * is blocked.
Run cv serve and point your AI tool at it. Credentials and rules apply automatically.
Watch the live activity feed. Approve or deny requests that need your sign-off from the dashboard.
Free to use. Self-hostable. Open source.
Create an account