alive analysis for Grok
io.github.with-geun/alive-analysis
Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.
client:Grok
transport:stdio
runtime:npm
Install alive analysis in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"alive-analysis": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"alive-analysis-mcp"
],
"env": {
"ALIVE_ANALYSES_DIR": "<ALIVE_ANALYSES_DIR>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs