Skip to content
Zed

get joke for Zed

io.github.hamzaaamin/get-joke

Minimal MCP server that returns a random programming joke.

client:Zed transport:stdio runtime:npm

Install get joke in Zed

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

{
  "context_servers": {
    "get-joke": {
      "command": "npx",
      "args": [
        "-y",
        "@hamzaamin221/get-joke-mcp"
      ]
    }
  }
}

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

get joke in other clients