dam-agentic

ChiaLungChuang/dam-agentic
★ 0 stars Python AI/LLM Updated today
Agentic QC for Drosophila activity-monitor data: an MCP server + LangGraph harness where an LLM orchestrates tested analysis functions under tracing, audit, and adversarial evaluation.
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": {
    "dam-agentic": {
      "command": "uvx",
      "args": [
        "dam-agentic"
      ]
    }
  }
}

Or install with pip: pip install dam-agentic