An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"must-gather_gather_m": {
"command": "npx",
"args": [
"-y",
"coffeegoesincodecomesout/must-gather_gather_metrics-PromMCPServer_claudeDemo"
]
}
}
}
Run in terminal:
claude mcp add must-gather_gather_m npx -y coffeegoesincodecomesout/must-gather_gather_metrics-PromMCPServer_claudeDemo
Add to .cursor/mcp.json:
{
"mcpServers": {
"must-gather_gather_m": {
"command": "npx",
"args": [
"-y",
"coffeegoesincodecomesout/must-gather_gather_metrics-PromMCPServer_claudeDemo"
]
}
}
}