A helpful tool for FIRST Robotics Competition teams! This lets you search through all your FRC documentation (WPILib, REV, CTRE, and more) using simple questions. Instead of clicking through dozens of web pages, just ask a question and get the answer you need.
Have you ever spent hours looking for how to configure a SparkMax motor controller? Or trying to find the right way to use a PID controller? This tool helps you find answers fast by searching through all the FRC documentation at once.
- One Search for Everything: Search WPILib, REV, CTRE, Redux, and PhotonVision docs all at once
- Ask in Plain English: Type questions like "How do I configure a SparkMax?" instead of searching through menus
- Filter by Language: Get results for Java, Python, or C++ (whichever you're using)
- Works with Any Year: Search 2024 docs, 2025 docs, or whatever version you need
- Works in VS Code: Set it up once and use it right in your coding environment
- Open VS Code
- Press
Ctrl+Shift+P(orCmd+Shift+Pon Mac) to open the command palette - Type "MCP: Add Server" and select it
- Choose "Pip package" from the options
- When prompted, enter:
first-agentic-csa - VS Code will automatically install and configure everything for you!
To get the best experience with AI coding assistants (like GitHub Copilot or Cursor), add the copilot-instructions.md file to your FRC project. This tells the AI to always search the documentation before answering FRC questions.
- Copy the
copilot-instructions.mdfile from this repository to .github directory if it does not already exist in your repo - The AI assistant will automatically use it to provide better, documentation-backed answers!
That's it! Now you can ask questions about FRC documentation right in VS Code, and your AI assistant will automatically search the docs for accurate answers.
Once installed, you can search for documentation by asking questions like:
- "How do I configure a SparkMax motor controller?"
- "What's the best way to use PID control?"
- "Show me examples of command-based programming"
The tool will search through all the FRC documentation and give you the most relevant results.
This tool searches through documentation from:
- WPILib - The main FRC programming library (docs.wpilib.org)
- REV Robotics - SparkMax and other REV products (docs.revrobotics.com)
- CTRE Phoenix - TalonFX and other CTRE products (v6.docs.ctr-electronics.com)
- Redux Robotics - Redux products (docs.reduxrobotics.com)
- PhotonVision - Computer vision library (docs.photonvision.org)
You can search all of them at once, or pick specific ones to search.
If you want to change settings, you can edit the config.json file. This is totally optional - the default settings work great for most teams.
You can:
- Turn off certain documentation sources if you don't use them
- Set your default programming language
- Change how many results you get back
Most teams don't need to change anything - the defaults work well!
Make sure you:
- Have Python 3.11 or newer installed
- Restarted VS Code after adding the server
- Checked that the MCP extension is installed and enabled
- Open the command palette (
Ctrl+Shift+P) - Type "MCP: Remove Server" and select it
- Choose
frc-docs(or whatever you named it) - Then add it again following the installation steps above
If you're stuck or have questions:
- Make sure you restarted VS Code after adding the server
- Check the troubleshooting section above
- Verify that Python 3.11 or newer is installed and working
If you want to contribute to this project or add support for new documentation sources, check out the technical documentation in the codebase. The project is open source and welcomes contributions!
This project is open source and free to use. See the LICENSE file for details.