绩效评估数据mcp服务器

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

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"
      ]
    }
  }
}