Skip to content
Grok

Coding Challenge Solutions for Grok

io.github.nikhil-bhat/cc-solutions

Search coding challenge solutions by keyword and optionally filter by programming language

client:Grok transport:stdio runtime:oci

Install Coding Challenge Solutions in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cc-solutions": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4"
      ]
    }
  }
}

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

Coding Challenge Solutions in other clients