mcp-server-performance-review-data

mcp-server-performance-review-data

3.1

If you are the rightful owner of mcp-server-performance-review-data and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Performance Review Data MCP Server is designed to facilitate the management and execution of performance review data tasks using the Model Context Protocol (MCP).

Performance Review Data MCP Server

Installation

Requirements

  • (Technically optional) just for easy command execution

Install gems

just install

Set environment variables

cp .env.template .env

and add all necessary values

Add to MCP Client

Claude
{
  "mcpServers": {
    "performance_review_data": {
      "command": "just",
      "args": [
        "-f",
        "/absolute/path/to/mcp-server-performance-review-data/Justfile",
        "run"
      ]
    }
  }
}