Integrations
Aurora MCP is a Remote MCP Server. Any AI assistant or IDE that supports the Model Context Protocol can connect to it using a single URL.
Popular clients
Section titled “Popular clients”While Aurora MCP works with any compliant client, we provide detailed setup guides for these popular integrations:
- Claude — including Claude Desktop, Claude Code, and claude.ai.
- GitHub Copilot — VS Code with Copilot Chat.
- Cursor — the AI code editor.
Shared setup
Section titled “Shared setup”All clients point at the same endpoint:
https://mcp.ai.consilio.comDiscovery is driven by RFC 9728 — Protected Resource Metadata, so your client auto-finds the auth server, required scopes, and audience. You never paste a client ID, client secret, or scope list — your client negotiates the OAuth 2.1 flow against ConsilioId on your behalf.
What you’ll see on first connect
Section titled “What you’ll see on first connect”- Your client opens your browser at
auth.ai.consilio.com. - You log in as yourself (your usual Consilio portal credentials).
- You approve the connection.
- Your assistant resumes the session with the connector active.
Every subsequent question your assistant asks on your behalf is scoped to the user who approved the connection — no shared service account, no elevated keys.
- Pick your client on the left.
- Or jump to the Quickstart for a 5-minute end-to-end walkthrough.