Skip to content
Zed

KokoCallMCP for Zed

io.github.sugukurukabe/koko-call

Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.

client:Zed transport:stdio runtime:npm

Install KokoCallMCP in Zed

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

{
  "context_servers": {
    "koko-call": {
      "command": "npx",
      "args": [
        "-y",
        "koko-call-mcp"
      ]
    }
  }
}

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

KokoCallMCP in other clients