Skip to content
Grok

Project Context for Grok

io.github.sandovalrr/project-context

Safely manage repository-scoped issues across Linear, GitHub Issues, and Jira Cloud.

client:Grok transport:stdio runtime:npm

Install Project Context in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "project-context": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sandovalrr/project-context-mcp"
      ],
      "env": {
        "PROJECT_CONTEXT_CONFIG_DIR": "<PROJECT_CONTEXT_CONFIG_DIR>",
        "PROJECT_CONTEXT_STATE_DIR": "<PROJECT_CONTEXT_STATE_DIR>",
        "PROJECT_CONTEXT_CWD": "<PROJECT_CONTEXT_CWD>"
      }
    }
  }
}

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

Project Context in other clients