AgentHubAgentHub

Coding Challenge Solutions

MCP ServerMCP Registry官方收录

io.github.nikhil-bhat/cc-solutions · v1.0.4

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

概览

Coding Challenge Solutions 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

相关资源

统一 Manifest

{
  "id": "io.github.nikhil-bhat/cc-solutions",
  "type": "mcp-server",
  "version": "1.0.4",
  "displayName": "Coding Challenge Solutions",
  "description": "Search coding challenge solutions by keyword and optionally filter by programming language",
  "repository": {
    "url": "https://github.com/nikhil-bhat/cc-solutions-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "oci",
        "identifier": "ghcr.io/nikhil-bhat/cc-solutions-mcp:1.0.4",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.nikhil-bhat/cc-solutions",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.nikhil-bhat%2Fcc-solutions/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Coding Challenge Solutions — MCP Server 安装与配置 · AgentHub