mcp-thread-persistence-demo

BenzyTAi/mcp-thread-persistence-demo
★ 0 stars Python Database Updated 3d ago
Minimal MCP server + real client demo: SQLite-backed thread persistence with upsert semantics
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": {
    "mcp-thread-persisten": {
      "command": "uvx",
      "args": [
        "mcp-thread-persistence-demo"
      ]
    }
  }
}

Or install with pip: pip install mcp-thread-persistence-demo

README Excerpt

A minimal MCP (Model Context Protocol) server that persists chat-thread notes to SQLite, with a real client that exercises it over the actual stdio transport (not just calling the underlying functions directly). Built as a learning exercise mirroring a real freelance job pattern: "fix/implement MCP tool calls that persist chat thread state to a
📊
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 →