Skip to content
Zed

alive analysis for Zed

io.github.with-geun/alive-analysis

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

client:Zed transport:stdio runtime:npm

Install alive analysis in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "alive-analysis": {
      "command": "npx",
      "args": [
        "-y",
        "alive-analysis-mcp"
      ],
      "env": {
        "ALIVE_ANALYSES_DIR": "<ALIVE_ANALYSES_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

alive analysis in other clients