A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Multi-layer AI agent system for intelligent infrastructure management. Features AI Terraform code editor with BYOK (Brin
Multi-layer AI agent architecture for intelligent Terraform infrastructure management and Kubernetes observability
The Realm9 AI Agent System is a comprehensive implementation combining three key components:
This architecture enables natural language infrastructure management while maintaining security, auditability, and GitOps workflows.
Realm9 supports a Bring Your Own Key model, allowing you to use your own API keys from your preferred LLM provider. This ensures:
Supported LLM Providers:
┌────────────────────────────────────────────────────────────┐
│ Realm9 Platform UI │
│ ┌──────────────┬──────────────┬─────────────────────────┐│
│ │ Terraform │ Agent │ Observability ││
│ │ Editor │ Chat │ Dashboard ││
│ └──────────────┴──────────────┴─────────────────────────┘│
├────────────────────────────────────────────────────────────┤
│ Agent Server │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ LLM Integration + Tool Call Processing │ │
│ │ - Conversation management (Redis-backed) │ │
│ │ - Iterative tool execution │ │
│ │ - Frontend/backend tool separation │ │
│ └──────────────────────────────────────────────────────┘ │
├────────────────────────────────────────────────────────────┤
│ MCP Server (Model Context Protocol) │
│ ┌─────────────┬────────────────┬─────────────────────┐ │
│ │ Database │ File System │ Terraform Exec │ │
│ │ Queries │ Management │ & Monitoring │ │
│ │ (45+ standardized tools) │ │
│ └─────────────┴────────────────┴─────────────────────┘ │
├────────────────────────────────────────────────────────────┤
│ Redis State Layer (TTL-managed) │
│ - Unified editor state (files, UI) │
│ - Chat history │
│ - Agent sessions │
│ - Tool call queues │
├────────────────────────────────────────────────────────────┤
│ PostgreSQL Database │
│ - Agent registrations (Kubernetes clusters) │
│ - Observability services & deployments │
│ - Terraform projects, workspaces, runs │
├────────────────────────────────────────────────────────────┤
│ Kubernetes Cluster (User's) │
│ ┌──────────────────────────────────────────────────────┐ │
│ │ realm9-agent (Helm deployed) │ │
│ │ - Config polling │ │
│ │ - OTLP collector deployment │ │
│ │ - Heartbeat reporting │ │
│ └──────────────────────────────────────────────────────┘ │
└────────────────────────────────────────────────────────────┘
The AI Terraform Code Editor provides a conversational interface for managing infrastructure-as-code. Engineers can describe what they want to build in natural language, and the AI agent generates, modifies, and executes Terraform code.
Natural Language to Terraform
Intelligent Code Understanding
GitOps Integration
The agent system uses a multi-layer architecture:
The MCP Server provides a standardized interface for AI agents to access infrastructure management tools. It implements the Model Context Protocol specification, allowing the agent to discover and call tools without knowing implementation details.
Tool Abstraction:
Standardization:
The MCP server provides 45+ tools across several categories:
The Kubernetes Observability Agent is a self-deploying monitoring system that runs inside user clusters. Once installed via Helm, it autonomously deploys OpenTelemetry collectors for each observability service, forwards logs/metrics/traces to RO9 Observability, and reports health status.
API Key Security:
Network Security:
| Layer | Technology | Purpose |
|---|---|---|
| AI Models (BYOK) | OpenAI, Anthropic, Azure OpenAI | Intelligence & reasoning with your API keys |
| Tool Protocol | Model Context Protocol (MCP) | Standardized tool interface |
| Agent Runtime | Express.js (Node.js) | HTTP server for agent logic |
| MCP Server | Express.js + StreamableHTTP | Tool provider |
| State Management | Redis (ioredis) | Session, chat, editor state |
| Database | PostgreSQL + Prisma | Agent registry, projects, services |
| Container Runtime | Docker | Agent & collector images |
| Orchestration | Kubernetes | Job execution, agent deployment |
| Package Manager | Helm 3 | Kubernetes deployment |
| Version Control | GitHub/GitLab APIs | Git integration |
| Observability | OpenTelemetry (OTLP) | Logs, metrics, traces collection |
For more information about deploying Realm9, visit:
For enterprise deployments, custom integrations, or technical support:
Copyright © 2025 Realm9. All rights reserved.
Realm9 AI Agent System - Intelligent Infrastructure Management
Part of the Realm9 Platform
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba