Warm MCP

Gemini CLI finance data with local Warm MCP

Ask Gemini CLI about spending, subscriptions, and net worth with your real Warm data through a read-only local MCP server.

Local package over stdio · Read-only tools · No hosted remote MCP endpoint

mcp.json scoped key

command

npx -y @warmio/mcp --server

env

WARM_API_KEY

writes

No edit, transfer, or delete tools.

New to Warm MCP?

Start with the agent workflow narrative — it shows what your AI tools can actually do with Warm context.

See agent workflows →

MCP setup

Install with Gemini CLI.

Run the installer or add the Warm MCP server config with your WARM_API_KEY in Gemini CLI MCP settings.

Terminal shell
npx @warmio/mcp
Manual config

Use this only if you prefer editing your Gemini CLI MCP config yourself.

mcp.json json
{
  "mcpServers": {
    "warm": {
      "command": "npx",
      "args": ["-y", "@warmio/mcp", "--server"],
      "env": {
        "WARM_API_KEY": "your-api-key"
      }
    }
  }
}

Create your key in Settings → API Keys.

Gemini gets read-only context.

Read-only tools

Scoped key access

Revoke anytime

FAQ

Can Gemini CLI access Warm financial data?

Yes. Gemini CLI can connect through MCP and query accounts, transactions, recurring payments, and net worth snapshots.

How do I connect Gemini CLI to Warm?

Run npx @warmio/mcp or add the Warm MCP server config with your WARM_API_KEY in your Gemini CLI MCP settings.

Is Gemini CLI finance access read-only?

Yes. Warm MCP does not include write operations. Gemini CLI can read data only.

Available on paid Warm plans.