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
{
"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