Skip to main content
Glama

tfmcp

by nwiizo
Cargo.toml1.2 kB
[package] name = "tfmcp" version = "0.1.5" edition = "2021" authors = ["nwiizo <syu.m.5151@gmail.com>"] description = "Terraform Model Context Protocol Tool - A CLI tool to manage Terraform through MCP" readme = "README.md" repository = "https://github.com/nwiizo/tfmcp" license = "MIT" keywords = ["terraform", "mcp", "llm", "ai", "claude"] categories = ["command-line-utilities", "development-tools"] build = "build.rs" rust-version = "1.78.0" [lib] name = "tfmcp" path = "src/lib.rs" [[bin]] name = "tfmcp" path = "src/main.rs" [dependencies] clap = { version = "4.5.31", features = ["derive"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.137" anyhow = "1.0.75" thiserror = "2.0.11" futures = "0.3.31" tokio = { version = "1.37.0", features = ["full"] } async-trait = "0.1.85" dirs = "6.0.0" tempfile = "3.15.0" regex = "1.11.1" once_cell = "1.21" reqwest = { version = "0.12", default-features = false, features = [ "json", "rustls-tls", ] } which = "6.0.1" chrono = { version = "0.4.35", features = ["serde"] } # Logging improvements tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } [dev-dependencies] tempfile = "3.15.0"

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/nwiizo/tfmcp'

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