llm-agent-mcp-servers

KAMZ226L/llm-agent-mcp-servers
★ 0 stars Python Database Updated 1d ago
LLM agent using Model Context Protocol (MCP) with two specialized servers: one for external API integration and one for local PostgreSQL database operations. Features tool calling, cache-first pattern, and automatic relationship management. Built with FastMCP, Ollama, and SQLModel.
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": {
    "llm-agent-mcp-server": {
      "command": "uvx",
      "args": [
        "llm-agent-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install llm-agent-mcp-servers

📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →