Skip to content
Grok

first agentic csa for Grok

io.github.ramalamadingdong/first-agentic-csa

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

client:Grok transport:stdio runtime:pypi

Install first agentic csa in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

first agentic csa in other clients