← Index

io.github.msenol/gorev

io.github.msenol/gorev·v0.16.1·Other
Quality Score
67
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "gorev": {
      "command": "npx",
      "args": [
        "-y",
        "@mehmetsenol/gorev-mcp-server"
      ],
      "env": {
        "GOREV_LANG": "<gorev_lang>",
        "GOREV_DATA_DIR": "<gorev_data_dir>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "gorev": {
      "command": "npx",
      "args": [
        "-y",
        "@mehmetsenol/gorev-mcp-server"
      ],
      "env": {
        "GOREV_LANG": "<gorev_lang>",
        "GOREV_DATA_DIR": "<gorev_data_dir>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mehmetsenol/gorev-mcp-server
§02  Environment variables
GOREV_LANG

Language preference (en for English, tr for Turkish)

GOREV_DATA_DIR

Directory for storing Gorev database and data files

§03  MCP Quality Score  ·  methodology
freshness
12
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other