Skip to main content
Glama

@pulumi/mcp-server

Official

pulumi-registry-list-resources

Retrieve all resource types for a specific cloud provider or Git-hosted module, with optional filtering by module name, to simplify resource discovery and management.

Instructions

List all resource types for a given provider and module

Input Schema

NameRequiredDescriptionDefault
moduleNoOptional module to filter by (e.g., 's3', 'ec2', 'lambda')
providerYesThe cloud provider (e.g., 'aws', 'azure', 'gcp', 'random') or github.com/org/repo for Git-hosted components

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "module": { "description": "Optional module to filter by (e.g., 's3', 'ec2', 'lambda')", "type": "string" }, "provider": { "description": "The cloud provider (e.g., 'aws', 'azure', 'gcp', 'random') or github.com/org/repo for Git-hosted components", "type": "string" } }, "required": [ "provider" ], "type": "object" }

You must be authenticated.

Other Tools from @pulumi/mcp-server

Related Tools

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/pulumi/mcp-server'

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