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