Skip to content
Cursor

first agentic csa for Cursor

io.github.ramalamadingdong/first-agentic-csa

FRC documentation MCP server for WPILib, REV, CTRE, Redux, and PhotonVision.

client:Cursor transport:stdio runtime:pypi

Install first agentic csa in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "first-agentic-csa": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "first-agentic-csa"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

first agentic csa in other clients