mcpbeat Sign in

Alive Analysis MCP Server

by with-geun Your server? Claim it
local only

Alive Analysis runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 27 May 2026.

Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.

Installs per day peak 20 · avg 6 · -9% w/w
a month agotoday
33
Installs / week
npm · alive-analysis-mcp
41
Stars
0 open issues
27 May 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 21 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 file or shell call alive-analysis.stage → mcp/src/index.ts:355
      content += fs.readFileSync(path.join(analysis.dir, file), "utf8");
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/index.ts:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable mcp/src/index.ts:96, [пакет] src/index.ts:96
  const firstContent = fs.readFileSync(path.join(dir, firstFile), "utf8");
Page executes code built at runtime dashboard/alive-dashboard.html:716
  document.getElementById('analyst-list').innerHTML=allAnalysts.map(n=>`
Page loads a third-party script dashboard/alive-dashboard.html:8
<script src="https://d3js.org/d3.v7.min.js"></script>

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 alive-analysis -- npx -y alive-analysis-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alive-analysis": {
      "args": [
        "-y",
        "alive-analysis-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alive-analysis]
command = "npx"
args = ["-y", "alive-analysis-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "alive-analysis": {
      "args": [
        "-y",
        "alive-analysis-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alive-analysis": {
      "args": [
        "-y",
        "alive-analysis-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALIVE_ANALYSES_DIR (Path to your analyses/ directory (default: ./analyses)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Alive Analysis

same job, measured the same way
Kireo
by wang1051992187

Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.

470 installs/wk local only
MCP Grafana
by dockndevai

Search & edit Grafana dashboards, query datasources (PromQL/LogQL/SQL), inspect alerts.

341 installs/wk local only
Dvt
by dvt

Dashboards as data. Author, validate, render, and share dvt dashboards from any MCP client.

answering
Logly
by logly-uk

Query your Logly web analytics — traffic, funnels and real-time visitors — from any MCP client.

23 installs/wk local only
CodeQR
by codeqr

Create and manage CodeQR short links, QR codes, and analytics from any MCP client.

answering
Algo Trade Analytics
by algo-trade-analytics

Evidence-gated quant research for TradingView Pine Script strategies, run from your AI client.

answering
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

32 installs/wk local only
CaseNode Case Law API
by luptonm

UK case law MCP (21 tools). Free API key: casenode.ai/api/signup → Dashboard → API keys.

answering

Alive Analysis — questions

Answers built from our own checks of this server.

Why is there no uptime for Alive Analysis?
Alive Analysis 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 alive-analysis-mcp was installed 33 times last week.
How do I connect Alive Analysis?
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 alive-analysis-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Alive Analysis?
The npm package alive-analysis-mcp was installed 33 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Alive Analysis open source?
Yes — it is published under the MIT licence, written in HTML and 41 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.