Cursor
Cursor supports Remote MCP servers with native OAuth 2.1 and streamable HTTP. Requires Cursor v1.0+.
Add the server
Section titled “Add the server”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.
Authorise
Section titled “Authorise”- Open Cursor Settings → Features → Tools & MCP.
- The Consilio server appears with a Connect button.
- Click Connect — your browser opens to
auth.ai.consilio.com. - Sign in with your Consilio portal credentials and approve the connection.
- The browser redirects back to Cursor automatically.
Cursor stores the token securely and refreshes it in the background.
Verify
Section titled “Verify”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.
Troubleshooting
Section titled “Troubleshooting”- 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.