ANA-MAX-v0.1.0-beta---Advanced-Neural-Architecture

MCP (Model Context Protocol)

MCP enables IDE integration with Windsurf, Cursor, and Devin.

Integration

Configure your IDE to use ANA MAX as MCP server:

{
  "mcpServers": {
    "ana-max": {
      "command": "python",
      "args": ["ANA_MAX/mcp/mcp_stdio.py"]
    }
  }
}