Skip to content
Cursor

Terraform Ingest MCP for Cursor

io.github.zloeber/terraform-ingest

Ingest and analyze Terraform modules from multiple repositories for AI RAG systems

client:Cursor transport:stdio runtime:pypi

Install Terraform Ingest MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "terraform-ingest": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "terraform-ingest"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Terraform Ingest MCP in other clients