mcpbeat Sign in

Modelforge MCP Server

local only

Modelforge runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from pypi. Last commit 22 Aug 2026.

Bulge-tier financial model factory — live formulas, source-traced cells, 14 templates.

Installs per day peak 46 · avg 21 · -15% w/w
a month agotoday
101
Installs / week
pypi · modelforge-finance
2
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 18 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.

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 modelforge -- uvx modelforge-finance
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "modelforge": {
      "args": [
        "modelforge-finance"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.modelforge]
command = "uvx"
args = ["modelforge-finance"]
.cursor/mcp.json
{
  "mcpServers": {
    "modelforge": {
      "args": [
        "modelforge-finance"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "modelforge": {
      "args": [
        "modelforge-finance"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key — required only for data-room ingestion (PDF→YAML). Optional for build/qc/lineage tools.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Modelforge

same job, measured the same way
AI Objective Index
by isometric-architect

Read-only Objective-to-Capability Trust Router for source-traced MCP/API candidates.

63 installs/wk local only
Greencalculus
by greencalculus

Sourced carbon emission factors + audit-traced calculations an AI can cite.

272 installs/wk 12 tools answering
Model Ledger
by block

Model inventory and governance: trace deployed models and their dependencies as an append-only log

224 installs/wk local only
Myco Brain
by thegoodguysla

Self-hosted, source-traceable memory layer and MCP server for AI agents, on your own Postgres.

66 installs/wk local only
WalleK
by wallek

Personal finance ledger: log expenses, track bills and cards, import statements.

answering
Fixter
by fixter

Monitoring for small teams. Logs, traces, metrics, live issue tracking, API/MCP uptime.

answering
Gate
by spideriq

SpiderIQ Gate: SpiderGate LLM gateway (completions, models, usage, traces)

53 installs/wk local only
SukukFi
by sukuk

Live vault metrics and docs for SukukFi, Islamic trade finance on Berachain. Read-only.

5 tools answering

Modelforge — questions

Answers built from our own checks of this server.

Why is there no uptime for Modelforge?
Modelforge 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 modelforge-finance was installed 101 times last week.
How do I connect Modelforge?
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 modelforge-finance straight from pypi; nothing to host, nothing to sign up for.
How many people use Modelforge?
The pypi package modelforge-finance was installed 101 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Modelforge open source?
We cannot say either way: written in Python and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.