Generate answers & visualizations from your engineering data to track software development health.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"engineering-analytic": {
"command": "npx",
"args": [
"-y",
"keypup-io/engineering-analytics-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add engineering-analytic npx -y keypup-io/engineering-analytics-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"engineering-analytic": {
"command": "npx",
"args": [
"-y",
"keypup-io/engineering-analytics-mcp-server"
]
}
}
}