Ftc Knowledge Server
БесплатноНе проверенRemote MCP server for FTC & Pedro Pathing research, providing tools to search technical notes, code templates, and verified team examples to assist AI agents in
Описание
Remote MCP server for FTC & Pedro Pathing research, providing tools to search technical notes, code templates, and verified team examples to assist AI agents in code generation and robotics development.
README
Remote MCP (Model Context Protocol) server for FTC + Pedro Pathing research. Deploy on Vercel and connect from Cursor, Claude Code, Claude Desktop, or any MCP-compatible AI agent.
What's included
- Technical gold notes (Pinpoint, OTOS, Pedro gotchas)
- AI agent code generation guidance
- Pedro Pathing patterns (pathing, localization, autos, teleop, tuning)
- Java code templates (FConstants, LConstants, Auto, Subsystem)
- Verified team repository index
- High-signal Java file index
- Official docs and community links
Deploy to Vercel
Or manually:
npm install
npm run build
npx vercel --prod
Connect to Cursor
Add to .cursor/mcp.json in your project (or Cursor Settings → MCP):
{
"mcpServers": {
"ftc-knowledge": {
"url": "https://YOUR-DEPLOYMENT.vercel.app/api/mcp"
}
}
}
If your Cursor version doesn't support remote URL MCP yet:
{
"mcpServers": {
"ftc-knowledge": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://YOUR-DEPLOYMENT.vercel.app/api/mcp"]
}
}
}
Restart Cursor after saving. The AI can now call tools like ftc_get_full_context and ftc_search_research.
Connect to Claude Code / Claude Desktop
Add to ~/.claude/claude_desktop_config.json or project MCP config:
{
"mcpServers": {
"ftc-knowledge": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://YOUR-DEPLOYMENT.vercel.app/api/mcp"]
}
}
}
MCP Tools
| Tool | Description |
|---|---|
ftc_search_research |
Search notes, gotchas, docs, verified resources |
ftc_get_template |
Get FConstants, LConstants, Auto, Subsystem templates |
ftc_get_full_context |
Full context bundle for code generation |
ftc_get_patterns |
Patterns by category (pathing, localization, etc.) |
ftc_get_team_examples |
Verified team repo index |
ftc_search_codebase |
Search high-signal Java files index |
REST API
For apps that can't use MCP directly:
GET /api/context?action=info
GET /api/context?action=search&q=pinpoint
GET /api/context?action=template&type=fconstants
GET /api/context?action=context
GET /api/context?action=patterns&category=pathing
GET /api/context?action=teams
GET /api/context?action=codebase&pattern=Follower
Example prompts (after connecting)
Use ftc_get_full_context to load FTC context, then write an autonomous OpMode with Pedro Pathing.
Search ftc_search_research for the PID zeroing bug and fix my FConstants.
Use ftc_get_template with type fconstants for a Pinpoint mecanum setup.
Local development
npm install
npm run dev
# MCP endpoint: http://localhost:3000/api/mcp
# Landing page: http://localhost:3000
License
Research corpus compiled from public FTC/Pedro Pathing sources. Use for educational and team programming purposes.
Установка Ftc Knowledge Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/david-constantinescu/ftc-knowledge-serverFAQ
Ftc Knowledge Server MCP бесплатный?
Да, Ftc Knowledge Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ftc Knowledge Server?
Нет, Ftc Knowledge Server работает без API-ключей и переменных окружения.
Ftc Knowledge Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ftc Knowledge Server в Claude Desktop, Claude Code или Cursor?
Открой Ftc Knowledge Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Ftc Knowledge Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
