Skip to main content
Glama

IaC Memory MCP Server

by AgentWong

list_provider_resources

Retrieve all resources linked to a specified Terraform provider, with optional regex-based filtering for precise resource type matching, supported by the IaC Memory MCP Server.

Instructions

List all resources associated with a specific Terraform provider

Input Schema

NameRequiredDescriptionDefault
filter_criteriaNoOptional filtering criteria
provider_nameYesName of the Terraform provider

Input Schema (JSON Schema)

{ "description": "List all resources associated with a specific Terraform provider", "properties": { "filter_criteria": { "description": "Optional filtering criteria", "properties": { "type_pattern": { "description": "Regex pattern to filter resource types", "type": "string" } }, "type": "object" }, "provider_name": { "description": "Name of the Terraform provider", "type": "string" } }, "required": [ "provider_name" ], "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