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
{
"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