Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ofershap avatar

Gist Management

  • 1 installs
  • 2 repo stars
  • Updated March 10, 2026
  • ofershap/mcp-server-github-gist

Creates, reads, updates, deletes, and stars GitHub Gists over MCP using a GITHUB_TOKEN with gist scope.

About

This skill exposes MCP tools to manage GitHub Gists including create, get, update, delete, list, and star operations. A developer uses it to save and share code snippets as gists.

  • 8 tools including multi-file gist create
  • Gists secret by default; public flag for discoverable ones

Gist Management by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #524 of 733 Git & Pull Requests skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ofershap/mcp-server-github-gist --skill gist-management

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars2
Last updatedMarch 10, 2026
Repositoryofershap/mcp-server-github-gist

What it does

Creates, reads, updates, deletes, and stars GitHub Gists over MCP using a GITHUB_TOKEN with gist scope.

Files

SKILL.mdMarkdownGitHub ↗

GitHub Gist Management via MCP

Use this skill when you need to create, read, update, or manage GitHub Gists. Fills the gap the official GitHub MCP server leaves for Gists.

Available Tools

ToolWhat it does
gist_listList your gists (paginated)
gist_getGet a gist by ID (includes file contents)
gist_createCreate a new gist (public or secret)
gist_updateUpdate description or file contents
gist_deleteDelete a gist
gist_starredList your starred gists
gist_starStar a gist
gist_unstarUnstar a gist

Workflow

1. gist_create to save code snippets — specify public: false for secret gists (default) 2. gist_list to browse existing gists 3. gist_get with a gist ID to read file contents 4. gist_update to modify description or files

Key Patterns

  • Gists are secret by default — pass public: true for publicly discoverable gists
  • gist_create accepts multiple files — useful for multi-file snippets
  • gist_get returns full file contents — use it to read existing gist code
  • Requires GITHUB_TOKEN with the gist scope

Safety

  • Confirm before gist_delete — deletions are permanent
  • Secret gists are accessible by URL but not searchable — they're not truly private

Related skills

Git & Pull Requestsgitintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.