---
slug: "gist-mcp-server"
title: "gist-mcp-server"
description: "An MCP server for creating and managing GitHub Gists from AI assistants. Built with TypeScript and Deno, it provides Gist CRUD operations and star management via the MCP protocol."
url: "https://www.ytyng.com/en/bio/gist-mcp-server"
achieved_at: "2025-07-16"
updated: "2026-02-15T05:22:17.839Z"
category: "アプリケーション"
image_url: "https://raw.githubusercontent.com/ytyng/gist-mcp-server/main/documents/images/featured-image.png"
lang: "en"
---

# gist-mcp-server

# gist-mcp-server

An MCP (Model Context Protocol) server for creating and managing GitHub Gists.

AI assistants can interact with the GitHub Gist API via MCP protocol, making it easy to share code snippets and files.

## Features

- **Gist CRUD**: Create, read, update, and delete single or multi-file Gists
- **Privacy Control**: Choose between private and public Gists (private by default)
- **Star Management**: Star and unstar Gists
- **Listing**: View your own or other users' Gists
- **Type Safety**: Strict input validation with TypeScript + Zod
- **Robust Error Handling**: Proper error messages by HTTP status

## Tech Stack

- **TypeScript** + **Deno** runtime
- **@modelcontextprotocol/sdk** (MCP framework)
- **Zod** for schema validation
- GitHub Gist REST API

## Repository

[https://github.com/ytyng/gist-mcp-server](https://github.com/ytyng/gist-mcp-server)
