mcpbeat Sign in

Warm MCP Server

by jasonstockman Your server? Claim it
local only

Warm runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from npm. Last commit 12 Aug 2026.

Context and automation MCP server for Warm financial data and approved write operations.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 166 · avg 24 · +20% w/w
a month agotoday
104
Installs / week
npm · @warmio/mcp
0
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

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

Package points at a different repository jasonstockman/warm-mcp
пакет @warmio/mcp ссылается на jasonstockman/warm-app

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

This one needs environment variables set before it will start: WARM_CONTEXT_API_KEY (Optional context API key. The local context key file is used when omitted.), WARM_CONTEXT_API_KEY_FILE (Optional path to the context API key file.), WARM_AUTOMATION_API_KEY (Optional automation API key. The local automation key file is used when omitted.), WARM_AUTOMATION_API_KEY_FILE (Optional path to the automation API key file.), WARM_CONFIG_DIR (Optional path to the Warm configuration directory.), WARM_API_URL (Optional Warm API base URL override. Defaults to https://app.warm.io.), WARM_API_TIMEOUT_MS (Optional request timeout override in milliseconds.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Warm

same job, measured the same way
Insightsentry MCP
by rezmeplxrf

MCP server for InsightSentry financial data API - market data, options, screeners, and more

623 installs/wk local only
SEC EDGAR
by brechanbech

MCP server for SEC EDGAR data — company filings, financial concepts, and company info

local only
Codat
by usefulapi

MCP server for Codat — companies, connections, invoices, bills and financial statements.

28 tools answering
Axionquant
by axionquant

MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.

66 installs/wk local only
Axionquant
by axionquant

MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.

local only
Ghostfolio MCP
by mhajder

MCP server for Ghostfolio portfolio management and financial data access

645 installs/wk local only
Financial Modeling Prep MCP Server
by imbenrabi

MCP server for Financial Modeling Prep API with 250+ financial data tools

305 installs/wk local only
Monarch MCP Server
by jamiew

Access Monarch financial data — accounts, transactions, budgets, and more

183 installs/wk local only

Warm — questions

Answers built from our own checks of this server.

Why is there no uptime for Warm?
Warm 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 npm package @warmio/mcp was installed 104 times last week.
Is Warm still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Warm?
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 @warmio/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Warm?
The npm package @warmio/mcp was installed 104 times in the last week. Week over week that is +20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Warm open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.