
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@cloud-arch/mcp-server
Advanced tools
MCP server for creating interactive architecture diagrams on CloudArch
MCP server for creating interactive architecture diagrams on CloudArch.
Works with Claude Desktop, Claude Code, and any MCP-compatible client.
Add to your MCP config (.mcp.json for Claude Code, or Claude Desktop settings):
{
"mcpServers": {
"cloudarch": {
"command": "npx",
"args": ["-y", "@cloud-arch/mcp-server"],
"env": {
"CLOUDARCH_API_KEY": "ca_your_key_here"
}
}
}
}
Or install globally:
npm install -g @cloud-arch/mcp-server
Then use cloudarch-mcp as the command instead of npx.
The package ships a server.json for the
MCP Registry (server name
io.github.lamp-labs/cloudarch) and a smithery.yaml that describes a hosted
build for Smithery. Both point at this same npm package;
nothing changes at runtime.
Ask Claude:
"Create an architecture diagram for a microservices e-commerce platform with API Gateway, Auth, Orders, Payments, PostgreSQL, Redis cache, and Kafka"
The MCP server will generate a topology script, save it via the CloudArch API, and return a live URL with an interactive animated diagram.
| Tool | Description |
|---|---|
create_diagram | Create a new diagram from a natural language description or custom script code |
update_diagram | Update an existing diagram by ID or slug |
delete_diagram | Delete a diagram by ID |
list_diagrams | List your existing diagrams |
get_script_template | Get the script writing guide/template for generating diagrams |
| Variable | Required | Default | Description |
|---|---|---|---|
CLOUDARCH_API_KEY | Yes | - | API key from your CloudArch dashboard |
CLOUDARCH_API_URL | No | https://api.cloud-arch.ru | HTTPS API base URL for self-hosted instances; plain HTTP is accepted only for localhost, 127.0.0.1, or ::1 development |
MIT
FAQs
MCP server for creating interactive architecture diagrams on CloudArch
The npm package @cloud-arch/mcp-server receives a total of 17 weekly downloads. As such, @cloud-arch/mcp-server popularity was classified as not popular.
We found that @cloud-arch/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.