apex-accelerator

jonathan-vella/apex-accelerator
★ 49 stars Python AI/LLM Updated 2d ago ✗ Risk
Starter template for APEX. Contains custom Copilot agents, Azure Pricing MCP server, and an orchestrated multi-step workflow. Auto-syncs from the main repository.
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": {
    "apex-accelerator": {
      "command": "uvx",
      "args": [
        "apex-accelerator"
      ]
    }
  }
}

Or install with pip: pip install apex-accelerator