mcpbeat Sign in

Gorev MCP Server

local only

Gorev runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from npm. Last commit 11 Jan 2026.

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

Installs per day peak 36 · avg 13 · +14% w/w
a month agotoday
83
Installs / week
npm · @mehmetsenol/gorev-mcp-server
1
Stars
1 open issues
11 Jan 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node postinstall.js
File ships in the package but is absent from the source [пакет] index.js:1, [пакет] postinstall.js:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gorev -- npx -y @mehmetsenol/gorev-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gorev": {
      "args": [
        "-y",
        "@mehmetsenol/gorev-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gorev]
command = "npx"
args = ["-y", "@mehmetsenol/gorev-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "gorev": {
      "args": [
        "-y",
        "@mehmetsenol/gorev-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gorev": {
      "args": [
        "-y",
        "@mehmetsenol/gorev-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOREV_LANG (Language preference (en for English, tr for Turkish)), GOREV_DATA_DIR (Directory for storing Gorev database and data files). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gorev

same job, measured the same way
LTD MCP
by eshller

Project management MCP for AI agents with safe task reads and writes.

answering
N
Todoist
by todoist

Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.

answering
Radzen Blazor MCP
by radzen-www

AI coding assistant for Radzen Blazor — docs, APIs, code samples, and templates for 100+ components.

answering
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

92 installs/wk local only
Plate
by plate

Minimal project management for teams and AI agents.

28 tools answering
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
Vectora
by brunosrz

AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.

37 installs/wk local only
SuprSend
by suprsend

Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.

133 installs/wk local only

Gorev — questions

Answers built from our own checks of this server.

Why is there no uptime for Gorev?
Gorev runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mehmetsenol/gorev-mcp-server was installed 83 times last week.
How do I connect Gorev?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mehmetsenol/gorev-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Gorev?
The npm package @mehmetsenol/gorev-mcp-server was installed 83 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gorev open source?
Yes — it is published under the MIT licence, written in Go, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.