Skip to content

Cursor

Cursor supports Remote MCP servers with native OAuth 2.1 and streamable HTTP. Requires Cursor v1.0+.

Open ~/.cursor/mcp.json (global) or .cursor/mcp.json in your project root (project-scoped). Add Aurora MCP:

{
"mcpServers": {
"consilio": {
"url": "https://mcp.ai.consilio.com"
}
}
}

You can also reach this file via Cursor Settings → Features → Tools & MCP → edit icon.

No client ID or secret is needed — Cursor discovers the auth server via RFC 9728 automatically.

Restart Cursor after saving — MCP servers load at startup only.

  1. Open Cursor Settings → Features → Tools & MCP.
  2. The Consilio server appears with a Connect button.
  3. Click Connect — your browser opens to auth.ai.consilio.com.
  4. Sign in with your Consilio portal credentials and approve the connection.
  5. The browser redirects back to Cursor automatically.

Cursor stores the token securely and refreshes it in the background.

Open Agent mode (Cmd+I / Ctrl+I) and hover the context gauge — Aurora MCP tools appear under Available Tools.

Try:

Find documents in matter A12345 about the SEC investigation.

Your assistant will invoke the searchDocuments tool and return matches with citations.

  • Cmd+Shift+P → MCP: Show Servers — check connection status.
  • Output panel → MCP Logs (Cmd+Shift+U) — inspect connection and auth errors.
  • Toggle the server off and on in Settings → Features → Model Context Protocol to force a reconnect.