LiteMCP

Caesarlo/LiteMCP
★ 0 stars Python Database Updated 3d ago
A unified MCP gateway and governance platform for HTTP APIs, remote MCP servers, and custom code packages.
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": {
    "litemcp": {
      "command": "uvx",
      "args": [
        "litemcp"
      ]
    }
  }
}

Or install with pip: pip install litemcp

README Excerpt

<div align="center"> LiteMCP aims to bring existing HTTP APIs, remote MCP servers, and FastMCP/STDIO packages behind one control plane, reducing the need to build and maintain a dedicated MCP server for every API. English | [简体中文](README.zh-CN.md) </div> > [!IMPORTANT] > **Current state: early foundation, no product features yet.** The repository has a real FastAPI application with typed configuration, health checks, an async database layer with cross-dialect (PostgreSQL/MySQL) types and Alembic
📊
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 →