snapdown

wiradigitalid/snapdown
★ 0 stars Python AI/LLM Updated 1d ago
Desktop screenshot + notes composer — combine multiple findings into one Markdown review, with an MCP server so AI coding agents can read it directly.
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": {
    "snapdown": {
      "command": "uvx",
      "args": [
        "snapdown"
      ]
    }
  }
}

Or install with pip: pip install snapdown