Skip to content

Sports Context Protocol for Grok

io.github.dswane/sports-context-protocol

Self-learning operational context layer for AI sports agents. Profile 001: golf.

client:Grok transport:stdio runtime:npm

Install Sports Context Protocol in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sports-context-protocol": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sports-context-protocol"
      ]
    }
  }
}

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

Sports Context Protocol in other clients