Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

add_terraform_provider

Add a Terraform provider to the IAC Memory MCP Server's memory store, including its name, version, source URL, and documentation URL for efficient IaC resource management.

Instructions

Add a new Terraform provider to the memory store with version and documentation information

Input Schema

NameRequiredDescriptionDefault
doc_urlYesDocumentation URL
nameYesProvider name
source_urlYesSource repository URL
versionYesProvider version

Input Schema (JSON Schema)

{ "description": "Add a new Terraform provider to the memory store with version and documentation information", "properties": { "doc_url": { "description": "Documentation URL", "type": "string" }, "name": { "description": "Provider name", "type": "string" }, "source_url": { "description": "Source repository URL", "type": "string" }, "version": { "description": "Provider version", "type": "string" } }, "required": [ "name", "version", "source_url", "doc_url" ], "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'

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