mcp-sysoperator
CloudMCP server for Ansible, Terraform, LocalStack, and other IaC tools to create and iterate infrastructure-as-code.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"mcp-sysoperator": {
"command": "npx",
"args": [
"-y",
"mcp-sysoperator"
]
}
}
}