mcpbeat Sign in

Aurekai MCP Server

local only

Aurekai MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 4 May 2026.

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

Installs per day peak 18 · avg 7 · +21% w/w
a month agotoday
35
Installs / week
npm · @aurekai/mcp
0
Stars
0 open issues
4 May 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call akai_api.stdin → server.mjs:2213
  const result = spawnSync(akai, [akaiCmd, ...args], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aurekai-mcp -- npx -y @aurekai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aurekai-mcp": {
      "args": [
        "-y",
        "@aurekai/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aurekai-mcp]
command = "npx"
args = ["-y", "@aurekai/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "aurekai-mcp": {
      "args": [
        "-y",
        "@aurekai/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aurekai-mcp": {
      "args": [
        "-y",
        "@aurekai/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Aurekai MCP

same job, measured the same way
MCP Factory
by jaimenbell

Manifest-driven MCP server scaffolder and runtime hub for tool integrations.

110 installs/wk local only
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only
JWT
by ryudi84

MCP server for JWT decoding and inspection

local only
Metro MCP
by steve228uk

MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP

683 installs/wk local only
xyzDB
by tunolabs

MCP server for xyzDB: run xyTalk queries, inspect lobes and stats, take hot snapshots.

local only
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
CircleCI
by circleci

CircleCI's MCP server: inspect projects, runs, workflows, jobs, logs, tests, and artifacts.

22 tools answering

Aurekai MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Aurekai MCP?
Aurekai MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @aurekai/mcp was installed 35 times last week.
How do I connect Aurekai MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @aurekai/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Aurekai MCP?
The npm package @aurekai/mcp was installed 35 times in the last week. Week over week that is +21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aurekai MCP open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.