mcpbeat Sign in

UML Forge MCP Server

local only

UML Forge runs on your own machine — the client starts it, so there is no endpoint to ping. 709 installs a week from pypi. Last commit 11 Sep 2026.

Architecture intelligence, security analysis, and living docs. 14 Mermaid tools.

Installs per day peak 529 · avg 37 · +370% w/w
a month agotoday
709
Installs / week
pypi · umlforge
0
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] alembic/env.py:1, [пакет] alembic/versions/000_create_base_schema.py:1, [пакет] alembic/versions/001_add_dashboard_auth_fields.py:1 и ещё 74
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add umlforge -- uvx umlforge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "umlforge": {
      "args": [
        "umlforge"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.umlforge]
command = "uvx"
args = ["umlforge"]
.cursor/mcp.json
{
  "mcpServers": {
    "umlforge": {
      "args": [
        "umlforge"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "umlforge": {
      "args": [
        "umlforge"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: UMLFORGE_API_KEY (Your UML Forge API key — get one free at https://umlforge.dev). The author declared them in the registry entry; get the values from the project itself.

Alternatives to UML Forge

same job, measured the same way
ArchGraph
by archgraph

Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.

answering
Domain Intel
by erikirby

Website intelligence for AI agents: tech stack, hosting, security posture, SEO, and DNS.

23 installs/wk local only
Nekzus npm Sentinel MCP
by smithery

Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…

answering
Grasp — Code Architecture & Dependency Analysis
by ashfordeou

Codebase analysis: dependency graphs, security scanning, and refactor plans for GitHub and GitLab.

164 installs/wk local only
npm Registry MCP Server
by yawlabs

npm registry MCP server — package intelligence, security audits, dependency analysis

1 290 installs/wk local only
Dependency Management MCP Server
by sonatype

Sonatype component intelligence: versions, security analysis, and Trust Score recommendations

3 tools answering
Vaultguard MCP
by kota1026

VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....

25 installs/wk local only
Repository Intelligence
by nirholas

Analyze repos of any size - security scanning code analysis monorepo support

local only

UML Forge — questions

Answers built from our own checks of this server.

Why is there no uptime for UML Forge?
UML Forge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package umlforge was installed 709 times last week.
How do I connect UML Forge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls umlforge straight from pypi; nothing to host, nothing to sign up for.
How many people use UML Forge?
The pypi package umlforge was installed 709 times in the last week. Week over week that is +370%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is UML Forge open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.