0.0.2 • Published 7 months ago

@north7/terraformaware v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

TerraformAware MCP Server

An MCP server for querying the Terraform Registry API and interacting with Terraform providers, specifically focused on AzureRM and AzureAD providers.

Features

  • Query the Terraform Registry API for provider information
  • Get detailed information about AzureRM provider resources and data sources
  • Get detailed information about AzureAD provider resources and data sources
  • Retrieve examples for resources and data sources

Installation

npm install -g @north7/terraformaware

Usage

This package is designed to be used as an MCP server with compatible clients like Claude. The server exposes the following tools:

askTerraform

General purpose tool for querying the Terraform Registry API.

askAzureRM

Focused tool for querying information about the AzureRM provider.

askAzureAD

Focused tool for querying information about the AzureAD provider.

Development

To build the project:

npm run build

To start the server:

npm start

License

MIT