Odel
Gorev

Gorev

Local
@msenol1GoMITUpdated 7mo ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mehmetsenol/gorev-mcp-serverv0.16.1

Run

npx -y @mehmetsenol/gorev-mcp-server

MCP client config

{
  "mcpServers": {
    "gorev": {
      "command": "npx",
      "args": [
        "-y",
        "@mehmetsenol/gorev-mcp-server"
      ]
    }
  }
}