alive-analysis is a structured analysis workflow for AI coding agents that enables traceable, repeatable, and team-shareable analysis processes. It organizes analyses into a five-stage loop, producing markdown files that are version-controlled and searchable.
From the registry: Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.

$ npm install -g alive-analysis-mcphttps://www.npmjs.com/package/alive-analysis-mcpPlease install the `alive-analysis` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install alive-analysis-mcp** — Install the MCP server globally from npm Run: `npm install -g alive-analysis-mcp` (https://www.npmjs.com/package/alive-analysis-mcp)
Canonical MCP server config (stdio transport):
- command: `alive-analysis-mcp`
- args: ["--analyses-dir","<path-to-your-analyses>"]
- optional environment variables:
- `ALIVE_ANALYSES_DIR`: Path to the analyses directory (example: `./analyses`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ALIVE_ANALYSES_DIRrequiredSpecifies the directory where your analyses are stored.