Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Alive Analysis
A
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Alive Analysis

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "alive-analysis": {
      "command": "npx",
      "args": [
        "-y",
        "alive-analysis"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

alive-analysis

Structured analysis workflow for AI coding agents β€” every analysis traceable, repeatable, and team-shareable.

version npm license Claude Code Cursor


Why this exists

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.


How it works

Code
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

Installation

bash
# 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.


The ALIVE Loop

Every analysis follows the same five-stage structure. Each stage has a clear purpose, a checklist, and a quality gate before moving forward.

StageQuestionOutput
❓ ASKWhat do we want to know β€” and why?Hypothesis tree, scope, success criteria
πŸ‘€ LOOKWhat does the data actually show?Data quality verdict, SQL templates
πŸ” INVESTIGATEWhy is it really happening?Results with confidence levels
πŸ“’ VOICESo what β€” and now what?Recommendations, audience-specific messages
🌱 EVOLVEWhat 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.


Three Modes

Full Mode β€” for decisions that matter

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.

Code
analyses/active/F-2026-0303-001_checkout-drop/
β”œβ”€β”€ 01_ask.md
β”œβ”€β”€ 02_look.md
β”œβ”€β”€ 03_investigate.md
β”œβ”€β”€ 04_voice.md
└── 05_evolve.md

Quick Mode β€” for fast turnaround

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.

Code
analyses/active/quick_Q-2026-0308-001_dau-check.md

Learn Mode β€” for building the skill

Guided scenarios with rubric-based scoring, progressive hints, and common-mistake detection. Seven real-world scenarios across two levels. Use this onboard new analysts, practice unfamiliar analysis types, or train interns.

Code
analyses/active/L-2026-0220-002_signup-drop-scenario/

All Commands

Core workflow

CommandWhat it does
/analysis-initOne-time setup: language, team name, data stack, key metrics
/analysis-newStart a new analysis β€” choose Full or Quick, set the question
/analysis-nextMove to the next ALIVE stage with quality gate check
/analysis-statusShow current stage, checklist progress, open questions
/analysis-archiveMark complete, move to analyses/archive/
/analysis-listBrowse all analyses with filters (type, stage, analyst, tags)
/analysis-promoteUpgrade a Quick analysis to Full when scope expands

Finding and reviewing past work

CommandWhat it does
/analysis-searchFull-text search across all analyses β€” titles, findings, hypotheses
/analysis-retroGenerate a retrospective report for a period (--last-month, --last-quarter, --all)
/analysis-dashboardExport analyses to JSON β†’ load into the visual team dashboard
/analysis-drManage Decision Records β€” the team's methodology decision log
/analysis-wikiMaintain the Analysis Wiki β€” AI-compiled knowledge base from all analyses

Specialist agents

CommandWhat it does
/analysis-agentShow which specialist agents are recommended for the current stage
/analysis-agent {number}Run a specific agent directly
/analysis-agent "{alias}"Run by alias (e.g. "stats", "causal", "ethics")

Experiments and monitoring

CommandWhat it does
/analysis-new (Experiment type)Start an A/B test analysis β€” adapted ALIVE loop with pre-registration
/monitor-setupConfigure metric monitoring with alert thresholds
/analysis-new --from-alert {alert-id}Escalate a metric alert directly into a new analysis

Education mode

CommandWhat it does
/analysis-learnStart a learning scenario β€” choose level and scenario
/analysis-learn-nextGet feedback on your current stage and advance
/analysis-learn-hintRequest a hint (three levels: direction β†’ specific β†’ near-answer)
/analysis-learn-reviewComplete the scenario with a scored review and skill radar

31 Specialist Agents

At each ALIVE stage, a routing engine reads your analysis context and recommends the right specialists from a pool of 31 agents. You choose which ones to run.

Required gates (auto-run, no confirmation needed)

These four run automatically when their trigger condition is met:

AgentWhen it runs
scope-guardDetects multi-question mixing or scope expansion β€” offers 3 options to contain it
data-quality-sentinelChecks data completeness before you leave LOOK
ethics-guardFlags PII exposure, survivorship bias, fairness issues
reproducibility-keeperVerifies steps are documented enough to replay

Optional specialists by stage

ASK β€” problem-framer, hypothesis-gen, metric-translator, sampling-designer

LOOK β€” data-scout, tracking-auditor, lineage-mapper, sql-writer

INVESTIGATE β€” eda-agent, stats-agent, experiment-designer, causal-agent, root-cause-analyst, ml-agent, forecast-agent, anomaly-detector, chart-recommender, dashboard-designer, peer-reviewer

VOICE β€” narrative-agent, exec-summarizer, decision-memo-writer

EVOLVE β€” metric-definer, semantic-layer-engineer, governance-steward

The routing engine scores each agent against your current context (analysis type, domain, data signals) and presents the top 3 with a plain-language explanation: "This analysis involves a before/after metric change with no randomization β€” the causal-agent can assess whether DID or RDD is appropriate here."

Agents can be disabled per-project in .analysis/agents.yml.


Experiment Support (A/B Testing)

When you run /analysis-new and choose Experiment type, the ALIVE loop adapts:

Code
DESIGN β†’ VALIDATE β†’ ANALYZE β†’ DECIDE β†’ LEARN

Key enforcements:

  • Pre-registration lock: Analysis plan is written and locked before results are revealed β€” prevents post-hoc rationalization
  • SRM detection: Sample Ratio Mismatch flagged automatically during VALIDATE
  • Guardrail metrics: Counter-metrics defined alongside primary metric to catch unintended side effects
  • Multiple comparison correction: Alerts when running many variants without adjustment
  • Statistical validity: The stats-agent verifies power, sample size, and test selection before you call significance

Metric Monitoring

bash
/monitor-setup

Configure thresholds for your key metrics. When an alert fires, escalate it directly into an analysis:

bash
/analysis-new --from-alert {alert-id}

The ALIVE context pre-fills with the alert data β€” metric name, value, time window, relevant segments. You start at ASK with context already loaded.


Analysis Search and Retrospective

Search across all past analyses

bash
/analysis-search "checkout funnel"

Full-text search across titles, hypotheses, findings, and follow-ups. Returns matching analyses with surrounding context, cross-references to related analyses, and suggestions for follow-up work.

Automatic retrospective

bash
/analysis-retro --last-quarter

Aggregates all analyses in a period into a structured report:

  • Activity summary (analyses by type, analyst, stage completion)
  • Impact tracking (recommendations β†’ decisions β†’ outcomes)
  • Recurring patterns and unresolved follow-ups
  • Team-level metrics (acceptance rate, decision speed, analysis accuracy over time)

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Metabase logoMetabase

    Lets AI clients search, explore, query, and visualize data in a Metabase instance.

    πŸ’» Developer Tools0 views
    Compare vs Metabase β†’
  • Qaskills logoQaskills

    Search, inspect, and install 400+ QA testing skills from qaskills.sh into any MCP client.

    πŸ’» Developer Tools0 views
    Compare vs Qaskills β†’
  • C
    Claude Code Ultimate Guide

    Search the Claude Code Ultimate Guide and machine-readable references from any MCP client.

    πŸ’» Developer Tools0 views
    Compare vs Claude Code Ultimate Guide β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Alive Analysis

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "alive-analysis": { "command": "npx", "args": ["-y", "alive-analysis"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAlive Analysis AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/alive-analysis?style=directory)](https://allmcps.com/mcp/alive-analysis)
HTML Embed
<a href="https://allmcps.com/mcp/alive-analysis"><img src="https://allmcps.com/api/badge/alive-analysis?style=directory" alt="Alive Analysis on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Alive Analysis β†’Install in Claude DesktopInstall in CursorInstall in VS Code