Central backend of AiR platform. Provides HTTP/gRPC APIs, manages users, conversations, AI models and integrations, and coordinates microservices. Features: auth (JWT, TOTP), user/model management, MCP server, gRPC contracts, voice‑call proxy, MinIO/S3, Redis, Swagger/OpenAPI, Prometheus. Secure MasterKey + AES‑GCM
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"air_orchestrator": {
"command": "go",
"args": [
"run",
"github.com/ikermy/air_orchestrator@latest"
]
}
}
}
Run in terminal:
claude mcp add air_orchestrator go run github.com/ikermy/air_orchestrator@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"air_orchestrator": {
"command": "go",
"args": [
"run",
"github.com/ikermy/air_orchestrator@latest"
]
}
}
}
Topics
aes-gcmai-agentsauthenticationbackenddockerencryptionenvoygrafanagrpcjwtmariadbmicroservicesminiooauth2openapi