Conversational FRC telemetry analysis with built-in guardrails against LLM overconfidence. MCP server for WPILib and REV logs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wpilog-mcp": {
"command": "npx",
"args": [
"-y",
"TripleHelixProgramming/wpilog-mcp"
]
}
}
}
Run in terminal:
claude mcp add wpilog-mcp npx -y TripleHelixProgramming/wpilog-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"wpilog-mcp": {
"command": "npx",
"args": [
"-y",
"TripleHelixProgramming/wpilog-mcp"
]
}
}
}