Connect over OAuth

A browser consent. No token on disk.

Claude Desktop supports remote MCP servers with browser-based OAuth consent. AgentValet is a native OAuth 2.1 Authorization Server, so the app connects directly and the agent is provisioned a signing identity rather than a stored bearer token.

Settings → Connectors → Add remote MCP server
https://api.agentvalet.ai/mcp/v1/<owner-id>
1
Sign in at app.agentvalet.ai to get your owner ID.
2
In Claude Desktop, open Settings → Connectors and add a remote MCP server with this URL: https://api.agentvalet.ai/mcp/v1/<owner-id>
3
Approve the OAuth consent in your browser. AgentValet provisions the agent its own signing identity and records the agent type in the audit log.
4
Connect and scope platforms in the dashboard. The app can now call them through the governed proxy.
OAuth connections are not plan-gated. Prefer a config file? You can also paste an agentvalet server entry into claude_desktop_config.json instead of using the Connectors UI.
Prefer a config file?

The Connectors UI is the recommended path. If you'd rather edit config yourself, add an agentvalet server entry to claude_desktop_config.json instead of using the Connectors UI.

claude_desktop_config.json
{
  "mcpServers": {
    "agentvalet": {
      "url": "https://api.agentvalet.ai/mcp/v1/<owner-id>"
    }
  }
}
What you get

What governance adds

The same controls every AgentValet runtime gets, applied to whatever Claude Desktop reaches for.

No token on disk
Browser consent provisions a signing identity, not a long-lived bearer token sitting in a config file.
Scoped per platform
Grant the app exactly the scopes it needs, per connection. Read-only on one account, nothing on the rest.
Human on the risky calls
Writes, deletes, and financial actions pause for your approval from your phone or browser before they run.
Every call audited
An append-only receipt for each call: which account acted, the scope used, and the outcome. Revoke instantly.

Govern Claude Desktop in minutes.

No credit card. Connect over OAuth, no key to manage.