chuk-experiments-server

chrishayuk/chuk-experiments-server
★ 0 stars Python Data/Analytics Updated today
Experiment registry & results server — REST + MCP over Postgres
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": {
    "chuk-experiments-ser": {
      "command": "uvx",
      "args": [
        "chuk-experiments-server"
      ]
    }
  }
}

Or install with pip: pip install chuk-experiments-server

README Excerpt

The system of record for research experiments across programmes: every experiment's write-up, every run's config/results, and pointers to whatever artifacts (checkpoints, logs, datasets, harness code) it produced or used. Three kinds of client read and write it — a human via a dashboard, an agent via MCP, a training harness reporting run lifecycle — and all three go
📊
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 →