alive analysis for Cursor
io.github.with-geun/alive-analysis
Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.
client:Cursor
transport:stdio
runtime:npm
Install alive analysis in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"alive-analysis": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"alive-analysis-mcp"
],
"env": {
"ALIVE_ANALYSES_DIR": "<ALIVE_ANALYSES_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs