Skip to content
Grok

NervaPack for Grok

io.github.ramdhavepreetam/nervapack

Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory.

client:Grok transport:stdio runtime:pypi

Install NervaPack in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "nervapack": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nervapack"
      ]
    }
  }
}

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

NervaPack in other clients