frc-rag-mcpserver
Verified Safeby ramalamadingdong
Overview
Provides RAG-based access to WPILib documentation for FRC robotics programming via a Model Context Protocol (MCP) server, specifically for GitHub Copilot.
Installation
No command providedSecurity Notes
The setup involves configuring VS Code to connect to a remotely hosted, third-party MCP server (http://97.139.150.106:3000/). While the client-side configuration itself (mcp.json, copilot-instructions.md) doesn't introduce direct local code execution risks from the provided files, trusting the external server for data retrieval and potential future capabilities carries inherent risks. The server's source code is not provided in this repository, meaning its internal workings for RAG and data handling are not transparent or auditable by the user.
Similar Servers
UltraRAG
UltraRAG is a framework designed to accelerate Retrieval-Augmented Generation (RAG) research and development by providing a low-code, modular, and multimodal system for building and evaluating complex RAG pipelines.
context-portal
A database-backed Model Context Protocol (MCP) server for managing structured project context, designed to be used by AI assistants and developer tools within IDEs and other interfaces for Retrieval Augmented Generation (RAG) and prompt caching.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
copilot-kit
This repository provides a curated collection of GitHub Copilot prompts, custom instructions, and agents to enhance developer productivity and code quality through AI-assisted programming workflows within VS Code.