Performance Review Data MCP Server
by kfischer-okarin
This server provides performance review data for use with the MCP client. It requires installation and configuration, including setting environment variables and adding it to the MCP client configuration.
View on GitHub
Last updated: N/A
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"
]
}
}
}