ops-kit

kamil-blip/ops-kit
★ 0 stars Python Database Updated today
Generic infrastructure of a personal Claude Code operations system: SQLite source of truth, search, hooks, MCP server, learning loop, task manager. No data.
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": {
    "ops-kit": {
      "command": "uvx",
      "args": [
        "ops-kit"
      ]
    }
  }
}

Or install with pip: pip install ops-kit

README Excerpt

ops-kit is the system I use to **find people for AI safety work and get them to show up**: the judges, speakers and participants of research hackathons. For every hackathon and every track, **the profile of who is needed is set from what the track needs**, **candidates matching it are pulled from our database or found online**, **each one is checked**, and **they are contacted and brought in to take part**. Every state change is recorded, **how many say yes and how many deliver is measured per e

Topics

claude-codemcpoperationspersonal-knowledge-basesqlite
📊
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 →