MCP.so
Sign In

Terrakube MCP Server

@AzBuilder

About Terrakube MCP Server

Model Context Protocol Server for Terrakube

Basic information

Category

Other

License

Apache-2.0

Runtime

node

Transports

stdio

Publisher

AzBuilder

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-terrakube": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@AzBuilder/mcp-server-terrakube",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Terrakube MCP Server?

A Model Context Protocol (MCP) server for Terrakube operations. It enables workspace management, variable handling, module operations, and organization management through integration with Terrakube's API.

How to use Terrakube MCP Server?

Set environment variables TERRAKUBE_API_URL and TERRAKUBE_PAT_TOKEN in a .env file, or configure the server directly in your MCP client (e.g., Claude Desktop). Install via Smithery with npx -y @smithery/cli install @AzBuilder/mcp-server-terrakube --client claude.

Key features of Terrakube MCP Server

  • Comprehensive API integration with Terrakube
  • TypeScript type safety and developer experience
  • Robust error handling with clear messages
  • Environment-based configuration via variables
  • Modular code structure for easy maintenance

Use cases of Terrakube MCP Server

  • Manage Terraform workspaces (create, update, delete, list, get)
  • Handle workspace variables (create, update, delete, get, list)
  • Manage Terraform modules (create, update, delete, get, list)
  • Administer organizations (create, update, delete, get, list)

FAQ from Terrakube MCP Server

Comments

More Other MCP servers