Skip to content
Cursor

terraform registry mcp for Cursor

io.github.mrfentmen/terraform-registry-mcp

Terraform providers and modules from the registry. No key required.

client:Cursor transport:stdio runtime:npm

Install terraform registry mcp in Cursor

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

{
  "mcpServers": {
    "terraform-registry-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "terraform-registry-mcp"
      ]
    }
  }
}

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

terraform registry mcp in other clients