Search coding challenge solutions by keyword and optionally filter by programming language
claude mcp add cc-solutions -- docker run -i --rm ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4
claude_desktop_config.json
{
"mcpServers": {
"cc-solutions": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"cc-solutions": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cc-solutions": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"cc-solutions": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"cc-solutions": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nikhil-bhat--cc-solutions/reviews or the review_server meta-tool.
POST /mcp