LocalFREDAgent

JHCinnamon/LocalFREDAgent
★ 0 stars Python AI/LLM Updated today
This repo uses the ollmcp module for Ollama to connect local models to to Zapier mcp server and connected tools
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "localfredagent": {
      "command": "uvx",
      "args": [
        "localfredagent"
      ]
    }
  }
}

Or install with pip: pip install localfredagent

README Excerpt

A Windows desktop application that uses a model hosted by LM Studio to answer economic and market-data questions with FRED and Twelve Data. - **Desktop UI**: MLflow-inspired run feed with formatted responses and inline chart artifacts for retrieved FRED observations. - **Request telemetry**: compact session and prompt token totals, plus an animated working state with live agent activity, estimated progress, live token estimate, and token throughput.