Coding Challenge Solutions for Zed
io.github.nikhil-bhat/cc-solutions
Search coding challenge solutions by keyword and optionally filter by programming language
client:Zed
transport:stdio
runtime:oci
Install Coding Challenge Solutions in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cc-solutions": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs