Skip to content

first agentic csa for Zed

io.github.ramalamadingdong/first-agentic-csa

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

client:Zed transport:stdio runtime:pypi

Install first agentic csa in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "first-agentic-csa": {
      "command": "uvx",
      "args": [
        "first-agentic-csa"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

first agentic csa in other clients