Skip to content
Cline

github gist for Cline

io.github.ofershap/github-gist

MCP server to create, read, update, list, and search GitHub Gists from your IDE

client:Cline transport:stdio runtime:npm

Install github gist in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "github-gist": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-github-gist"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

github gist in other clients