MCP-native AI SRE: ask what's broken in production, get a reviewed GitHub fix PR.
claude mcp add mcp --transport http https://aient.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"mcp": {
"url": "https://aient.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp": {
"serverUrl": "https://aient.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://aient.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"url": "https://aient.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://aient.ai/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://aient.ai/mcp | none |
Great docs mapping to real tool behavior. Auth was painless.
Great docs mapping to real tool behavior. Auth was painless.
Great docs mapping to real tool behavior. Auth was painless.
Did the job but rate limits kicked in under heavy use.
POST /mcp