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"
}
}
}
}身份验证
前往 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