aim-mcp

iddl/aim-mcp
★ 0 stars Python 📊 Data/Analytics Updated 1d ago
MCP server to look at AimStack metrics
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aim-mcp": {
      "command": "uvx",
      "args": [
        "aim-mcp"
      ]
    }
  }
}

Or install with pip: pip install aim-mcp

README Excerpt

MCP server for [Aim](https://github.com/aimhubio/aim). Exposes runs, params, and metric data to LLMs. I use this to ask the following questions: - _Analyze the metrics from the most recent run tagged with 'flux' and summarize how the changes appear to be working._ - _Compare gradients between runs `6d6c3226...` and `e2ea06cc...`, focusing on AdaLN weight gradients, and explain the key takeaways._