Skip to main content
Graph MCP connects compatible AI agent clients directly to the Anyshift Graph API. Use it when an agent needs current topology, dependency, change, or impact evidence while reviewing code, preparing a deployment, or investigating an incident. The endpoint is read-only and project-scoped. It uses Streamable HTTP with MCP 2026-07-28 and supports OAuth login without placing an API token in your MCP configuration.
Graph MCP supplies deterministic graph evidence to an agent that is already performing a task. It does not run Annie’s AI SRE investigation workflow. Use Annie Remote MCP when you want Annie to analyze evidence, develop hypotheses, and recommend next steps.

Connect

The production endpoint is:

Codex

Your browser opens the first time authentication is required. Sign in to Anyshift and select the project that the agent may read.

Other MCP clients

Add an HTTP MCP server to your client’s configuration:
The configuration shape and OAuth user experience vary by client. The client must support Streamable HTTP and browser-based OAuth for remote MCP servers.

Tools

Dedicated tools are the preferred starting point. Use query_graph for deterministic questions that need a custom combination of supported Graph fields.

Example workflows

Review the production impact of a code change

Prepare a deployment

Add production context to an incident

Resolve resource names first

Resource names are not globally unique. A name can identify both a declared infrastructure resource and the runtime resource it manages. For short, overloaded, or same-named resources:
  1. Call resolve_resource.
  2. Select the candidate with the intended resource type.
  3. Pass the candidate’s stable id to subsequent tools.

Access and evidence boundaries

  • OAuth access is limited to the Anyshift project selected during consent.
  • Tools are read-only and do not expose write credentials to the agent.
  • Returned resource names and metadata are production data, not agent instructions.
  • Graph relationships show observed evidence. They do not prove that a nearby change caused an incident.
  • Missing graph evidence does not prove that a resource, dependency, or change does not exist.
To install Graph MCP together with its production-intelligence workflow, see the Anyshift Production Intelligence Agent Plugin.