Odel
aurekai mcp

aurekai mcp

Local
@aurekaiJavaScriptUpdated 4mo ago

Aurekai MCP server for akai doctor, manifests, artifacts, feature queries, and runtime inspection.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aurekai/mcpv0.8.0-alpha.3

Run

npx -y @aurekai/mcp

MCP client config

{
  "mcpServers": {
    "aurekai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aurekai/mcp"
      ]
    }
  }
}