CloudForge MCP Server
CloudForge MCPサーバー
CloudForge 用のMCPサーバーです。Claudeやその他のAIアシスタントが、クラウドアーキテクチャ図の可視化、Terraform HCLの生成、既存のIaCのインポート、そしてチャットから直接インフラリソースを管理することを可能にします。
ツール
可視化
ツール | 説明 |
| 保存された図を取得し、インラインのMermaidフローチャートとしてレンダリングする |
| 構造化された要約:カテゴリ別のリソース数、中心的なコンポーネント、インライン図 |
| サーバーから取得せずに、生の図JSONをMermaidに変換する |
Terraform
ツール | 説明 |
| 自然言語のアーキテクチャ記述からTerraform HCLを生成する |
| 既存の保存された図からTerraform HCLをワンステップでエクスポートする |
| 既存のHCLを解析し、図の構造とMermaidプレビューを作成する |
AIアーキテクト
ツール | 説明 |
| CloudForge AIアーキテクトにIaCのアドバイス、コスト見積もり、セキュリティレビューを依頼する |
| 記述されたユースケースに対して、AIが推奨するリソースと接続を取得する |
図の管理
ツール | 説明 |
| 保存された図をメタデータ付きで一覧表示する |
| 最近アクセス/変更された図を取得する |
| IDで図を取得する(完全なJSON) |
| 図を保存または更新する |
| 図を完全に削除する |
組織
ツール | 説明 |
| 組織のメンバーを一覧表示する(名前、メールアドレス、役割、ステータス) |
| 組織への招待を送信する |
| 保留中の招待を一覧表示する |
| 保留中の招待をキャンセルする |
| 組織からメンバーを削除する |
Related MCP server: Cloud Pilot MCP
セットアップ
Claude Desktop (推奨)
claude_desktop_config.json に以下を追加してください:
{
"mcpServers": {
"cloudforge": {
"command": "npx",
"args": ["-y", "cloudforge-mcp"],
"env": {
"CLOUDFORGE_TOKEN": "your-bearer-token"
}
}
}
}Claude Code / .mcp.json
{
"mcpServers": {
"cloudforge": {
"command": "npx",
"args": ["-y", "cloudforge-mcp"],
"env": {
"CLOUDFORGE_TOKEN": "your-bearer-token"
}
}
}
}認証
cloudforge.cloud にサインインします
Account → API Keys に移動します
Generate API Key をクリックし、名前(例:
CloudForge MCP)を付けてキーをコピーします。キーはcf_live_で始まり、一度しか表示されませんMCP設定で
CLOUDFORGE_TOKENとして設定します
キーは長期間有効ですが、いつでも同じページから取り消すことができます。
環境変数
変数 | デフォルト | 説明 |
| (必須) | CloudForge APIキー — |
|
| APIベースURL — セルフホストしている場合のみ変更してください |
プロンプト例
Show me my recent diagramsRender diagram <id> as a Mermaid chartGenerate Terraform for a 3-tier Azure web app with a private SQL database in UK SouthImport this Terraform and show me a diagram: <paste HCL>What are the security best practices for the resources in diagram <id>?Invite john@example.com as a Member to my organisationセルフホスト
CloudForgeをオンプレミスで実行している場合は、サーバーを自身のAPIに向けてください:
"env": {
"CLOUDFORGE_API_URL": "https://your-cloudforge-host/api",
"CLOUDFORGE_TOKEN": "your-token"
}ライセンス
MIT © CloudForge
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables AI assistants to manage multi-cloud resources (AWS, Azure, GCP) including resource operations, cost analysis, monitoring metrics, and security compliance checks through natural language commands.26102MIT
- Alicense-qualityCmaintenanceProvides AI agents with natural language control over AWS, Azure, GCP, and Alibaba Cloud infrastructure through dynamic API discovery and execution. Supports 51,900+ cloud operations and includes OpenTofu integration for complete infrastructure lifecycle management.3MIT
- AlicenseAqualityCmaintenanceAI-powered cloud architecture - describe infrastructure in natural language, get Terraform, cost estimates, and compliance reports1932MIT
- Alicense-qualityDmaintenanceEnables AI assistants to perform DevOps tasks including Kubernetes management, cloud provider operations, CI/CD, security scanning, and infrastructure monitoring through natural language.MIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Compare, estimate, and deploy cloud infrastructure across AWS, GCP, and Azure for AI agents.
Generate cloud architecture diagrams, flowcharts, and sequence diagrams.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cloudforgetech6-ctrl/mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server