Academic Research Kernel for Cursor
io.github.xngg1021/academic-research-kernel
Deterministic research state, evidence validation and statistical recomputation.
client:Cursor
transport:stdio
runtime:pypi
Install Academic Research Kernel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"academic-research-kernel": {
"type": "stdio",
"command": "uvx",
"args": [
"academic-research-kernel"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs