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