Skip to main content
Glama

IaC Memory MCP Server

by AgentWong

list_terraform_providers

Retrieve and filter cached Terraform providers with essential metadata to identify and manage IaC components efficiently on the IaC Memory MCP Server.

Instructions

List all cached Terraform providers with basic metadata

Input Schema

NameRequiredDescriptionDefault
filter_criteriaNoOptional filtering criteria

Input Schema (JSON Schema)

{ "description": "List all cached Terraform providers with basic metadata", "properties": { "filter_criteria": { "description": "Optional filtering criteria", "properties": { "name_pattern": { "description": "Regex pattern to filter provider names", "type": "string" } }, "type": "object" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentWong/iac-memory-mcp-server-project'

If you have feedback or need assistance with the MCP directory API, please join our Discord server