Generate answers & visualizations from your engineering data to track software development health.
Server Config
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.keypup/engineering-analytics",
"title": "Keypup Engineering Analytics",
"description": "Generate answers & visualizations from your engineering data to track software development health.",
"websiteUrl": "https://www.keypup.io",
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://hq.keypup.io/mcp",
"headers": [
{
"name": "Authorization",
"description": "The Bearer API token for authentication. See: https://docs.keypup.io/en/articles/15360547-using-the-mcp-server",
"isRequired": true,
"isSecret": true
}
]
}
]
}