asobar

diegotid/asobar
★ 0 stars Swift Other Updated today
Mac menu bar app displaying stats from the OpenASO MCP server
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": {
    "asobar": {
      "command": "npx",
      "args": [
        "-y",
        "diegotid/asobar"
      ]
    }
  }
}