Skip to content
VS Code

Coding Challenge Solutions for VS Code

io.github.nikhil-bhat/cc-solutions

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

client:VS Code transport:stdio runtime:oci

Install Coding Challenge Solutions in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Coding Challenge Solutions in other clients