modelforge
Rank #17,434io.github.Whatsonyourmind/modelforge
Bulge-tier financial model factory — live formulas, source-traced cells, 14 templates.
modelforge is a Model Context Protocol (MCP) server published by Whatsonyourmind. It ranks #17,434 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. modelforge is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Apr 17, 2026 and most recently updated on May 15, 2026.
Ranks ahead of 98,026 of 115,460 servers on MCP Toplist.
Use modelforge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add modelforge -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -- uvx modelforge-financeReplace each placeholder with your own value before saving.
[mcp_servers.modelforge]
command = "uvx"
args = ["modelforge-finance"]
[mcp_servers.modelforge.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"modelforge": {
"command": "uvx",
"args": [
"modelforge-finance"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"modelforge": {
"command": "uvx",
"args": [
"modelforge-finance"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"modelforge": {
"type": "stdio",
"command": "uvx",
"args": [
"modelforge-finance"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"modelforge": {
"command": "uvx",
"args": [
"modelforge-finance"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"modelforge": {
"command": "uvx",
"args": [
"modelforge-finance"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Whatsonyourmind%2Fmodelforge)<a href="https://mcptoplist.com/server/io.github.Whatsonyourmind%2Fmodelforge"><img src="https://mcptoplist.com/badge/io.github.Whatsonyourmind%2Fmodelforge.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
Whatsonyourmind
Other servers by Whatsonyourmind
View all Whatsonyourmind servers →Available versions (3)
| Version | Published |
|---|---|
| 0.9.7 | May 15, 2026 |
| 0.9.6 | May 14, 2026 |
| 0.9.5 | May 14, 2026 |
Frequently asked questions
- Who maintains modelforge?
- modelforge is maintained by Whatsonyourmind, which publishes 3 MCP servers (11 total versions) tracked on MCP Toplist.
- Is modelforge listed on the Official MCP Registry?
- Yes — modelforge is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does modelforge have?
- MCP Toplist tracks 3 versions of modelforge, most recently published on May 15, 2026.
- Where can I find the source code for modelforge?
- The source code for modelforge is hosted at github.com/whatsonyourmind/modelforge.