Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
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.
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.
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.
| Command | What it does |
|---|---|
/analysis-init | One-time setup: language, team name, data stack, key metrics |
/analysis-new | Start a new analysis β choose Full or Quick, set the question |
/analysis-next | Move to the next ALIVE stage with quality gate check |
/analysis-status | Show current stage, checklist progress, open questions |
/analysis-archive | Mark complete, move to analyses/archive/ |
/analysis-list | Browse all analyses with filters (type, stage, analyst, tags) |
/analysis-promote | Upgrade a Quick analysis to Full when scope expands |
| Command | What it does |
|---|---|
/analysis-search | Full-text search across all analyses β titles, findings, hypotheses |
/analysis-retro | Generate a retrospective report for a period (--last-month, --last-quarter, --all) |
/analysis-dashboard | Export analyses to JSON β load into the visual team dashboard |
/analysis-dr | Manage Decision Records β the team's methodology decision log |
/analysis-wiki | Maintain the Analysis Wiki β AI-compiled knowledge base from all analyses |
| Command | What it does |
|---|---|
/analysis-agent | Show 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") |
| Command | What it does |
|---|---|
/analysis-new (Experiment type) | Start an A/B test analysis β adapted ALIVE loop with pre-registration |
/monitor-setup | Configure metric monitoring with alert thresholds |
/analysis-new --from-alert {alert-id} | Escalate a metric alert directly into a new analysis |
| Command | What it does |
|---|---|
/analysis-learn | Start a learning scenario β choose level and scenario |
/analysis-learn-next | Get feedback on your current stage and advance |
/analysis-learn-hint | Request a hint (three levels: direction β specific β near-answer) |
/analysis-learn-review | Complete the scenario with a scored review and skill radar |
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.
These four run automatically when their trigger condition is met:
| Agent | When it runs |
|---|---|
| scope-guard | Detects multi-question mixing or scope expansion β offers 3 options to contain it |
| data-quality-sentinel | Checks data completeness before you leave LOOK |
| ethics-guard | Flags PII exposure, survivorship bias, fairness issues |
| reproducibility-keeper | Verifies steps are documented enough to replay |
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.
When you run /analysis-new and choose Experiment type, the ALIVE loop adapts:
Key enforcements:
Configure thresholds for your key metrics. When an alert fires, escalate it directly into an analysis:
The ALIVE context pre-fills with the alert data β metric name, value, time window, relevant segments. You start at ASK with context already loaded.
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.
Aggregates all analyses in a period into a structured report:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/alive-analysis)<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>