Skip to content
Zed

gorev for Zed

io.github.msenol/gorev

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

client:Zed transport:stdio runtime:npm

Install gorev in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

gorev in other clients