Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"alive-analysis": {
"args": [
"--analyses-dir",
"/path/to/your/analyses"
],
"command": "alive-analysis-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Structured analysis workflow for AI coding agents — every analysis traceable, repeatable, and team-shareable.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'alive-analysis-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked alive-analysis-mcp against OSV.dev.
Click any tool to inspect its schema.
analysis_fileMarkdown file output from each ALIVE stage stored in analyses/ directory
analyses/{type}/{id}_{stage}.md
analyses_archiveCompleted analyses stored in version-controlled archive
analyses/archive/
learning_scenarioReal-world scenario with rubric-based scoring and progressive hints
analyses/active/L-{date}-{number}_{scenario}/
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / analytics
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for io.github.with-geun/alive-analysis and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Structured analysis workflow for AI coding agents — every analysis traceable, repeatable, and team-shareable.
You ask Claude to investigate a metric drop. It gives you an answer. You act on it.
Three months later: "Why did we change that?" — gone. No reasoning, no data checks, no audit trail.
Or you open a new chat and explain the whole context again from scratch, repeating work that already happened.
alive-analysis solves this by turning every analysis into a structured, version-controlled workflow. Claude guides you through a five-stage loop. Each stage produces a markdown file. Everything stays in your repo, searchable by you and by Claude.
The result: a growing knowledge base of how your team thinks, not just what it decided.
You describe a question → /analysis-new
↓
Claude walks you through 5 stages:
ASK → LOOK → INVESTIGATE → VOICE → EVOLVE
↓
Each stage = one markdown file in analyses/
↓
Files are Git-tracked, full-text searchable,
readable by Claude in future conversations
↓
Six months later: /analysis-search "checkout drop"
→ Claude surfaces context, findings, and follow-ups
# Clone the repo
git clone https://github.com/with-geun/alive-analysis.git /tmp/alive-analysis
# Install — pick your platform
bash /tmp/alive-analysis/install.sh # Claude Code
bash /tmp/alive-analysis/install.sh --cursor # Cursor
bash /tmp/alive-analysis/install.sh --both # Both
# One-time setup — run in your AI agent chat (not the terminal)
/analysis-init # Configure language, team, data stack, key metrics
/analysis-new # Start your first analysis
That's it. Claude handles the rest.
Every analysis follows the same five-stage structure. Each stage has a clear purpose, a checklist, and a quality gate before moving forward.
| Stage | Question | Output |
|---|---|---|
| ❓ ASK | What do we want to know — and why? | Hypothesis tree, scope, success criteria |
| 👀 LOOK | What does the data actually show? | Data quality verdict, SQL templates |
| 🔍 INVESTIGATE | Why is it really happening? | Results with confidence levels |
| 📢 VOICE | So what — and now what? | Recommendations, audience-specific messages |
| 🌱 EVOLVE | What would change the conclusion? | Follow-up analyses, impact tracking |
You never skip a stage without a deliberate choice. The loop enforces analytical discipline — even when you're in a hurry.
Five separate files, one per stage. ~40-item checklists. All specialist agents available. Use this when the decision is high-stakes, when you'll need to explain your reasoning, or when you want the full audit trail.
analyses/active/F-2026-0303-001_checkout-drop/
├── 01_ask.md
├── 02_look.md
├── 03_investigate.md
├── 04_voice.md
└── 05_evolve.md
Everything in one file. Compressed checklist. Same ALIVE structure, just lighter. Use this for exploratory questions, morning standups, or anything you need in under an hour. If it grows in scope, /analysis-promote converts it to Full automatically.
analyses/active/quick_Q-2026-0308-001_dau-check.md
Guided sce