IntegrationsAgents
Cursor
Connect Cursor to SecureAuth AI Gateway
The AI-first code editor and CLI with built-in MCP support.
Setup
- Add the MCP server — Add the following to
.cursor/mcp.jsonin your project (or~/.cursor/mcp.jsonfor global):
{
"mcpServers": {
"secureauth": {
"url": "https://your-gateway-url/gateway/mcp"
}
}
}- Authenticate
agent mcp login secureauthOr authenticate via the browser prompt on first MCP tool use in the editor.
The agent is auto-registered on first connect. Works in both the editor and CLI (agent).