Skip to content
Zed

yesno mcp for Zed

io.github.mrfentmen/yesno-mcp

Random yes or no answers from the Yes No API. No key required.

client:Zed transport:stdio runtime:npm

Install yesno mcp in Zed

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

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

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

yesno mcp in other clients