omds

spkc83/omds
★ 0 stars Python AI/LLM Updated today
OMDS (oh-my-datascience) — data-science guardrails for coding agents: train/test leakage and metric-misuse checks, code-graph lineage, an experiment ledger and episodic memory, as portable Agent Skills + CLIs, an optional MCP server, and a Claude Code plugin. Includes E-GDS, an offline GEPA pipeline optimizer with gated promotion.
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": {
    "omds": {
      "command": "uvx",
      "args": [
        "omds"
      ]
    }
  }
}

Or install with pip: pip install omds

Topics

agent-skillsclaude-codecode-graphdata-leakagedata-sciencegepallm-toolsmachine-learningmcppython