Starter template for APEX. Contains custom Copilot agents, Azure Pricing MCP server, and an orchestrated multi-step workflow. Auto-syncs from the main repository.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"apex-accelerator": {
"command": "uvx",
"args": [
"apex-accelerator"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add apex-accelerator uvx apex-accelerator
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"apex-accelerator": {
"command": "uvx",
"args": [
"apex-accelerator"
]
}
}
}
📋 Copy
Or install with pip: pip install apex-accelerator