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

조직에서 구성원 제거

설정

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에서 베어러 토큰을 받으세요:

  1. CloudForge에 로그인

  2. 브라우저 개발자 도구 → 애플리케이션(Application)로컬 스토리지(Local Storage)auth_token 값 복사

  3. MCP 설정의 CLOUDFORGE_TOKEN에 붙여넣기

토큰은 장기간 유효하므로 한 번만 수행하면 됩니다.

환경 변수

변수

기본값

설명

CLOUDFORGE_TOKEN

(필수)

CloudForge 계정의 베어러 토큰

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
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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