Skip to content
Zed

AtCoder MCP Server for Zed

io.github.ketherworks/atcoder

Search AtCoder problems and fetch public problem statements through MCP.

client:Zed transport:streamable-http tools:4

Install AtCoder MCP Server in Zed

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

{
  "context_servers": {
    "atcoder": {
      "url": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
    }
  }
}

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

What Zed can do once it is connected

AtCoder MCP Server in other clients