Coding Challenge Solutions for Cursor
io.github.nikhil-bhat/cc-solutions
Search coding challenge solutions by keyword and optionally filter by programming language
client:Cursor
transport:stdio
runtime:oci
Install Coding Challenge Solutions in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cc-solutions": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs