MCP Directory

nwiizo/tfmcp

GitHub
Cloud

A Terraform MCP server allowing AI assistants to manage and operate Terraform environments, enabling reading configurations, analyzing plans, applying configurations, and managing Terraform state.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y tfmcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from nwiizo/tfmcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "tfmcp": {
      "command": "npx",
      "args": [
        "-y",
        "tfmcp"
      ]
    }
  }
}

Route nwiizo/tfmcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add tfmcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use nwiizo/tfmcp directly without routing

npx -y tfmcp

New to Agent-CoreX? View setup guide →

nwiizo/tfmcp MCP Server — Agent-CoreX