Back to Apps

AI Infrastructure Agent
by versuscontrol
Manage AWS infrastructure using natural language commands with built-in safety and conflict detection.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Connects AI models to AWS infrastructure, allowing users to deploy and manage resources like EC2, VPC, and ALB using natural language. It translates human requests into executable AWS operations with a built-in planning phase for safety.
Tools
create_resource: Deploys new AWS resources based on a natural language plan.get_infrastructure_state: Retrieves current state of managed AWS assets.validate_plan: Performs dry-run checks to detect conflicts before execution.update_resource: Modifies existing AWS infrastructure settings.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ai-infrastructure-agent": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/versuscontrol/ai-infrastructure-agent"]
}
}
}
Supported hosts
Claude Desktop, Cursor, and other MCP-compatible clients.
Quick install
docker run -d --name ai-infrastructure-agent -p 8080:8080 ghcr.io/versuscontrol/ai-infrastructure-agentInformation
- Pricing
- free
- Published
- 6/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: { "name": "ai-infrastructure-agent", "url": "http://localhost:8080/mcp" }Claude Desktop
{"mcpServers": {"ai-infrastructure-agent": {"command": "docker", "args": ["run", "-i", "--rm", "ghcr.io/versuscontrol/ai-infrastructure-agent"]}}}





