Performance Review Data
Integrates with
Performance Review Data
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"
]
}
}
}