Opentofu
@opentofu
Opentofu について
OpenTofu MCP Server for accessing the OpenTofu Registry
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"opentofu": {
"command": "npx",
"args": [
"-y",
"@opentofu/opentofu-mcp-server"
]
}
}
}ツール
5Search the OpenTofu Registry to find providers, modules, resources, and data sources. Use simple terms without prefixes like 'terraform-provider-' or 'terraform-module-'.
Get detailed information about a specific OpenTofu provider by namespace and name. Do NOT include 'terraform-provider-' prefix in the name.
Get detailed information about a specific OpenTofu module by namespace, name, and target. Use the simple module name, NOT the full repository name.
Get detailed documentation for a specific OpenTofu resource by provider namespace, provider name, and resource name.
Get detailed documentation for a specific OpenTofu data source by provider namespace, provider name, and data source name.
概要
What is OpenTofu MCP Server?
The OpenTofu MCP Server is a Model Context Protocol server that enables AI assistants to search and retrieve information from the OpenTofu Registry, including providers, modules, resources, and data sources. It can be run locally via Node.js or accessed as a hosted Cloudflare Worker.
How to use OpenTofu MCP Server?
You can use the hosted service by adding it to your MCP client with the endpoint https://mcp.opentofu.org/sse. For local use, run npx @opentofu/opentofu-mcp-server or install globally and run opentofu-mcp-server. Configuration examples for Claude Code, Cursor, and generic MCP setups are provided.
Key features of OpenTofu MCP Server
- Search the OpenTofu Registry for providers and modules
- Get detailed information about specific providers
- Retrieve documentation for resources and data sources
- Access comprehensive OpenTofu configuration examples
- Works with any MCP-compatible AI assistant
- Available as local Node.js server or hosted Cloudflare Worker
Use cases of OpenTofu MCP Server
- AI assistants answering questions about OpenTofu providers and modules
- Automatically fetching resource documentation during infrastructure planning
- Searching the registry for available data sources and configuration examples
- Integrating OpenTofu lookups into chat-based DevOps tools
FAQ from OpenTofu MCP Server
Do I need to install anything to use the hosted service?
No, the hosted service at `
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント