mix mcp.server (Raxol MCP v2.6.0)

Copy Markdown View Source

Starts the Raxol MCP server with stdio transport.

This is the entry point for Claude Code and other MCP clients. Reads JSON-RPC messages from stdin, writes responses to stdout.

Usage

mix mcp.server

.mcp.json Configuration

{
  "mcpServers": {
    "raxol": {
      "type": "stdio",
      "command": "mix",
      "args": ["mcp.server"],
      "env": { "MIX_ENV": "dev" }
    }
  }
}