{
  "version": "2026-05-07T22:04:27.035Z",
  "updated_at": "2026-05-07T22:04:27.035Z",
  "schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "servers": [
    {
      "name": "com.figma/figma",
      "description": "Figma's official remote MCP server. Exposes design context (selection, components, variables).",
      "version": "1.0.0",
      "websiteUrl": "https://developers.figma.com/docs/figma-mcp-server/",
      "remotes": [
        {
          "type": "streamable-http",
          "url": "https://mcp.figma.com/mcp"
        }
      ]
    },
    {
      "name": "io.github.hashicorp/terraform-mcp-server",
      "description": "Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise",
      "title": "Terraform",
      "repository": {
        "url": "https://github.com/hashicorp/terraform-mcp-server",
        "source": "github"
      },
      "version": "0.5.0",
      "packages": [
        {
          "registryType": "oci",
          "identifier": "docker.io/hashicorp/terraform-mcp-server:0.5.0",
          "runtimeHint": "docker",
          "transport": {
            "type": "stdio"
          },
          "runtimeArguments": [
            {
              "description": "HCP Terraform or Terraform Enterprise base URL.",
              "value": "TFE_ADDRESS={address}",
              "variables": {
                "address": {
                  "format": "string",
                  "default": "https://app.terraform.io"
                }
              },
              "type": "named",
              "name": "-e"
            },
            {
              "description": "HCP Terraform or Terraform Enterprise API token used to authenticate requests.",
              "value": "TFE_TOKEN={token}",
              "variables": {
                "token": {
                  "format": "string",
                  "isSecret": true
                }
              },
              "type": "named",
              "name": "-e"
            },
            {
              "description": "Set to true to enable tools that execute Terraform operations requiring explicit approval.",
              "value": "ENABLE_TF_OPERATIONS={enabled}",
              "variables": {
                "enabled": {
                  "format": "boolean",
                  "default": "false"
                }
              },
              "type": "named",
              "name": "-e"
            }
          ]
        }
      ]
    }
  ]
}
