Skip to content
Claude Desktop

gorev for Claude Desktop

io.github.msenol/gorev

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

client:Claude Desktop transport:stdio runtime:npm

Install gorev in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "gorev": {
      "command": "npx",
      "args": [
        "-y",
        "@mehmetsenol/gorev-mcp-server"
      ],
      "env": {
        "GOREV_LANG": "<GOREV_LANG>",
        "GOREV_DATA_DIR": "<GOREV_DATA_DIR>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

gorev in other clients