Keep the agent you run. Take the keys off it.
AgentValet sits between your agent and the platforms it calls. Your agent keeps its model and framework; only how it connects differs. Find your runtime below and follow its page.
Pick your runtime
Pick yours for the exact setup steps. Statuses last reviewed 24 September 2026.
Coding agents
The CLI signs you in and writes the host’s MCP config. The key stays on your machine.
- Claude CodeOne command sets it up and keeps the key on your machine.Live
- CursorOne command sets it up for every project.Live
- Codex CLIOne command, set once for every session.Live
- Factory DroidOne command, plus a governance droid for your repo.Live
- OpenClawSelf-hosted gateway for Telegram, Discord and Slack. Ask for early access.Planned
Desktop apps
Add a connector and approve it in your browser. Nothing to install.
Frameworks and your own code
A package or an adapter, with the same grants and audit log.
Source control
Git itself, with no GitHub credential on the machine.
Two ways to connect
Both end in the same place: an agent with its own identity, nothing granted until you grant it, and every call on the record. The difference is where the identity lives.
The CLI: a key on your machine
One command signs you in through your browser, creates the agent, keeps its private key on this machine, and writes the MCP config for every host it finds. You don’t copy any ids.
npx @agentvalet/register- Used by Claude Code, Cursor, Codex, Factory Droid and governed git.
- The key lands in
.agentvalet/agent.keyin the directory you ran it from. Add--projectto write project config instead of user-wide config.
OAuth: approve in the browser
Add one URL to the app, approve in your browser, and AgentValet creates a new agent for that connection. There’s no key file to keep, and the app handles the token.
https://api.agentvalet.ai/mcp/v1/<owner-id>- Your owner id is in the dashboard under Settings, Account. The Connect Claude, ChatGPT, Copilot… button on the Agents page builds the URL for you.
- Used by Claude Desktop and Hermes, and works for Claude Code, Cursor and Codex too. The same panel has steps for Claude on the web and ChatGPT.
Not on the list?
Most agents can still go through AgentValet today.
- Anything that runs Node or PythonCall platforms from your own code with the client library: the same grants, approvals and audit log.
- Any MCP server your agent needsAdd it by URL and it becomes a governed platform, with each of its tools a scope you can grant.
- A runtime we don’t cover yetEmail [email protected] with what you run. Requests decide what gets built next.
Your agent keeps its job. It loses the keys.
Register one agent, grant it only what it needs, and approve the risky calls from your phone. Free to start, no credit card.