MCP SysOperator

by tarnover

terraform

Execute infrastructure-as-code operations such as initialization, planning, application, and validation of configurations using Terraform commands within the MCP SysOperator server.

Instructions

Execute Terraform commands (init, plan, apply, destroy, validate, output, etc.)

Input Schema

NameRequiredDescriptionDefault
actionYes
autoApproveNo
backendConfigNo
lockTimeoutNo
refreshNo
stateNo
targetNo
useLocalstackNo
varFilesNo
varsNo
workingDirYes
workspaceNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "init", "plan", "apply", "destroy", "validate", "output", "import", "workspace" ], "type": "string" }, "autoApprove": { "default": false, "type": "boolean" }, "backendConfig": { "additionalProperties": { "type": "string" }, "type": "object" }, "lockTimeout": { "type": "string" }, "refresh": { "default": true, "type": "boolean" }, "state": { "type": "string" }, "target": { "items": { "type": "string" }, "type": "array" }, "useLocalstack": { "default": false, "type": "boolean" }, "varFiles": { "items": { "type": "string" }, "type": "array" }, "vars": { "additionalProperties": {}, "type": "object" }, "workingDir": { "minLength": 1, "type": "string" }, "workspace": { "type": "string" } }, "required": [ "action", "workingDir" ], "type": "object" }

You must be authenticated.

Other Tools from MCP SysOperator

Related Tools

ID: 7ov3ozxt9a