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