@virsanghavi/axis-server
The official Axis Parallel Orchestration MCP Server. This server enables distributed coordination and shared memory for parallel agent workflows via the Model Context Protocol (MCP).
Installation
npm install -g @virsanghavi/axis-server
Usage
Start the server:
axis-server
Configuration
The server expects standard Axis environment variables:
NEXT_PUBLIC_SUPABASE_URL
SUPABASE_SERVICE_ROLE_KEY
OPENAI_API_KEY
These can be provided via a .env file in the current directory or as environment variables.