Skip to content

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.

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.

All clients point at the same endpoint:

https://mcp.ai.consilio.com

Discovery 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.

  1. Your client opens your browser at auth.ai.consilio.com.
  2. You log in as yourself (your usual Consilio portal credentials).
  3. You approve the connection.
  4. 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.