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
Other MCP clients
Add an HTTP MCP server to your client’s configuration: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:- Call
resolve_resource. - Select the candidate with the intended resource type.
- Pass the candidate’s stable
idto 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.