Skip to content
Grok

gorev for Grok

io.github.msenol/gorev

Task management system for AI assistants with MCP protocol, templates, and bilingual support (TR/EN)

client:Grok transport:stdio runtime:npm

Install gorev 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": {
    "gorev": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mehmetsenol/gorev-mcp-server"
      ],
      "env": {
        "GOREV_LANG": "<GOREV_LANG>",
        "GOREV_DATA_DIR": "<GOREV_DATA_DIR>"
      }
    }
  }
}

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

gorev in other clients