Skip to content

Academic Research Kernel for Grok

io.github.xngg1021/academic-research-kernel

Deterministic research state, evidence validation and statistical recomputation.

client:Grok transport:stdio runtime:pypi

Install Academic Research Kernel in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "academic-research-kernel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "academic-research-kernel"
      ]
    }
  }
}

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

Academic Research Kernel in other clients