Cursor's Agent mode supports MCP servers. Add AgentValet as an MCP server and your coding agent can call any platform — GitHub, Slack, Stripe, Airtable — without holding a single API key locally.
.cursor/mcp.jsonCreate or edit .cursor/mcp.json in your project root and add the AgentValet server. Substitute your OWNER_ID from the registration step.
{
"mcpServers": {
"agentvalet": {
"url": "https://api.agentvalet.ai/mcp/v1/…",
"transport": "streamable-http"
}
}
}
npx @agentvalet/register in your project directory. This generates an RS256 keypair, records your agent in the registry, and outputs your OWNER_ID..cursor/mcp.json with the config above. Replace YOUR_OWNER_ID with the value from step 1.Cmd/Ctrl+Shift+P and run "MCP: Reload") to pick up the new server. You should see agentvalet listed as a connected server.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.
Register free, get your OWNER_ID, and add the config. Takes under 2 minutes.