Aient is an MCP-native AI SRE
Aient exposes your production problems, OpenTelemetry traces, and its AI remediation loop over the Model Context Protocol. Connect from Claude, Cursor, or your own agent, ask what's broken in production — and open a reviewed GitHub fix PR, without leaving the chat.
Connect in one line
Point your client at the endpoint
Aient's MCP server is remote and HTTP-based — nothing to install or self-host. Add the endpoint and your client walks you through sign-in. Claude Code:
claude mcp add --transport http aient https://aient.ai/mcpOr, for any client that reads an mcp.json:
{
"mcpServers": {
"aient": {
"type": "http",
"url": "https://aient.ai/mcp"
}
}
}There is also a wallet-paid transport at /mcp-x402 for agentic onboarding. Full setup, scopes, and key management live in the MCP docs.
30+ tools
Everything from triage to fix
The same capabilities as the Aient app, as tools an agent can call. Read tools need the read scope; state-changing tools need an explicit mutation scope — remediation and most writes require the write scope.
Problems
Triage the issues Aient has detected and grouped from your telemetry.
list_problemsget_problemupdate_problem_priorityacknowledge_problemmute_problemresolve_problem
Telemetry
Query the underlying OpenTelemetry data behind any problem.
query_tracesquery_logsget_spansdescribe_telemetrydetect_anomaliesservice_health_summary
Remediation
Drive the fix loop — each remediation opens a reviewed PR you merge.
request_problem_remediationretry_problem_remediation_attemptlist_active_remediationsget_problem_remediation_attempt
Setup & keys
Verify the connection, manage environments, and mint scoped keys.
verify_connectionget_activation_statuslist_environmentscreate_environment_keylist_api_keyscreate_api_key
Plus environment keys, threads, onboarding, and more — discoverable by any client at /.well-known/mcp/server.json.
Scoped by design
The agent proposes; you dispose
Access is read-only by default. Listing problems, querying traces, and reading service health all use the aient.mcp.read scope. An agent can understand your production without being able to change anything.
Anything that acts — request_problem_remediation above all — requires the explicit aient.mcp.write scope. And even then, remediation opens a reviewed GitHub pull request. It never merges for you. The merge button stays yours, exactly as in the web app.
Every organisation runs isolated, and the server advertises its OAuth protected-resource metadata so clients authenticate against the right boundary. See the pricing page for how base-plus-usage billing and budget ceilings apply to agent-triggered work.
FAQ
Questions, answered
What is the Aient MCP server?
What can an agent actually do with it?
How does an agent authenticate?
Which MCP clients work?
Is it safe to give an agent access to production?
Does using the MCP server cost extra?
Get started
Put an AI SRE in your agent's toolbox
Connect Aient over MCP and let your agents see — and fix — what's breaking in production. You review every pull request before it ships.