Add AgentValet to .cursor/mcp.json

Create or edit .cursor/mcp.json in your project root and add the AgentValet server. Substitute your OWNER_ID from the registration step.

.cursor/mcp.json
{
  "mcpServers": {
    "agentvalet": {
      "url": "https://api.agentvalet.ai/mcp/v1/…",
      "transport": "streamable-http"
    }
  }
}

Get connected in 4 steps

1
Run npx @agentvalet/register in your project directory. This generates an RS256 keypair, records your agent in the registry, and outputs your OWNER_ID.
2
Create or edit .cursor/mcp.json with the config above. Replace YOUR_OWNER_ID with the value from step 1.
3
In Cursor, open Settings → MCP (or press Cmd/Ctrl+Shift+P and run "MCP: Reload") to pick up the new server. You should see agentvalet listed as a connected server.
4
In Agent mode, AgentValet tools appear automatically. Platforms you've approved in the dashboard show up as callable tools - the agent selects and calls them as needed.

Your coding agent, with governance

Cursor's agent can now call any platform through AgentValet without holding API keys locally. All calls are scoped, logged, and revocable from the dashboard.

No local secrets
API keys never touch your project directory or shell environment. Credentials are decrypted in-memory at call time inside the proxy.
Scoped per platform
Approve only the platforms and scopes your agent needs. GitHub read-only stays read-only - even if the agent tries to push.
Full audit trail
Every platform call is logged: which agent, which platform, which action, and when. Review it any time in the dashboard.
Instant revocation
Disable a platform or suspend the agent in one click. No config files to update, no key rotation to orchestrate.

Ready to connect Cursor?

Register free, get your OWNER_ID, and add the config. Takes under 2 minutes.