Skip to main content
Glama

CloudForge MCPサーバー

npm version License: MIT

CloudForge 用のMCPサーバーです。Claudeやその他のAIアシスタントが、クラウドアーキテクチャ図の可視化、Terraform HCLの生成、既存のIaCのインポート、そしてチャットから直接インフラリソースを管理することを可能にします。

ツール

可視化

ツール

説明

cloudforge_diagram_to_mermaid

保存された図を取得し、インラインのMermaidフローチャートとしてレンダリングする

cloudforge_architecture_summary

構造化された要約:カテゴリ別のリソース数、中心的なコンポーネント、インライン図

cloudforge_mermaid_from_json

サーバーから取得せずに、生の図JSONをMermaidに変換する

Terraform

ツール

説明

cloudforge_generate_terraform

自然言語のアーキテクチャ記述からTerraform HCLを生成する

cloudforge_export_terraform_from_diagram

既存の保存された図からTerraform HCLをワンステップでエクスポートする

cloudforge_import_terraform

既存のHCLを解析し、図の構造とMermaidプレビューを作成する

AIアーキテクト

ツール

説明

cloudforge_chat

CloudForge AIアーキテクトにIaCのアドバイス、コスト見積もり、セキュリティレビューを依頼する

cloudforge_suggest_resources

記述されたユースケースに対して、AIが推奨するリソースと接続を取得する

図の管理

ツール

説明

cloudforge_list_diagrams

保存された図をメタデータ付きで一覧表示する

cloudforge_recent_diagrams

最近アクセス/変更された図を取得する

cloudforge_get_diagram

IDで図を取得する(完全なJSON)

cloudforge_save_diagram

図を保存または更新する

cloudforge_delete_diagram

図を完全に削除する

組織

ツール

説明

cloudforge_list_members

組織のメンバーを一覧表示する(名前、メールアドレス、役割、ステータス)

cloudforge_invite_member

組織への招待を送信する

cloudforge_list_invitations

保留中の招待を一覧表示する

cloudforge_cancel_invitation

保留中の招待をキャンセルする

cloudforge_remove_member

組織からメンバーを削除する

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"
      }
    }
  }
}

認証

  1. cloudforge.cloud にサインインします

  2. Account → API Keys に移動します

  3. Generate API Key をクリックし、名前(例: CloudForge MCP)を付けてキーをコピーします。キーは cf_live_ で始まり、一度しか表示されません

  4. MCP設定で CLOUDFORGE_TOKEN として設定します

キーは長期間有効ですが、いつでも同じページから取り消すことができます。

環境変数

変数

デフォルト

説明

CLOUDFORGE_TOKEN

(必須)

CloudForge APIキー — cf_live_ で始まる必要があります

CLOUDFORGE_API_URL

https://cloudforge.cloud/api

APIベースURL — セルフホストしている場合のみ変更してください

プロンプト例

Show me my recent diagrams
Render diagram <id> as a Mermaid chart
Generate Terraform for a 3-tier Azure web app with a private SQL database in UK South
Import 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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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