Skip to content
Zed

Codeforces MCP Server for Zed

io.github.ketherworks/codeforces

Search Codeforces problems and inspect public problem metadata through the official Codeforces API.

client:Zed transport:streamable-http

Install Codeforces MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "codeforces": {
      "url": "https://codeforces-oj-mcp.lantangtang54.workers.dev/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Codeforces MCP Server in other clients