MCP

MCP

How MCP works in Galaxy

Galaxy exposes your data and tools to any AI client through the Model Context Protocol — so assistants like Claude or ChatGPT can read and act on your business context safely, on your own infrastructure.
  1. 1.

    One server, many clients.

    Galaxy runs an MCP server at a single URL. Connect any MCP-aware client to it and your objects, graph, and queries become available as tools the assistant can call.

  2. 2.

    Tools — what the assistant can do.

    Each capability — look up a customer, traverse the graph, run a report — is published as a typed tool with clear inputs and outputs, so the model uses it reliably.

  3. 3.

    Library — ready-made recipes.

    The library bundles common tasks — account briefs, pipeline summaries, customer health checks — into prepackaged recipes you can hand to an agent, instead of wiring each tool call by hand.

  4. 4.

    Governed by the same rules.

    Every MCP call respects your access controls and is written to the audit log — assistants get exactly the access you grant, nothing more, and no data ever leaves.