MCP for Ansible, Terraform, LocalStack, and other IaC tools. Create and iterate IaC
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-sysoperator": {
"command": "npx",
"args": [
"-y",
"tarnover/mcp-sysoperator"
]
}
}
}
Run in terminal:
claude mcp add mcp-sysoperator npx -y tarnover/mcp-sysoperator
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-sysoperator": {
"command": "npx",
"args": [
"-y",
"tarnover/mcp-sysoperator"
]
}
}
}