Odel
alive analysis

alive analysis

Local
@with-geun41HTMLMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmalive-analysis-mcpv1.3.2

Run

npx -y alive-analysis-mcp

MCP client config

{
  "mcpServers": {
    "alive-analysis": {
      "command": "npx",
      "args": [
        "-y",
        "alive-analysis-mcp"
      ]
    }
  }
}