---
slug: "gist-mcp-server"
title: "gist-mcp-server"
description: "GitHub Gist の作成・管理を AI アシスタントから行える MCP サーバーです。TypeScript + Deno で構築し、Gist の CRUD 操作やスター管理を MCP プロトコル経由で提供します。"
url: "https://www.ytyng.com/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: "ja"
---

# gist-mcp-server

# gist-mcp-server

GitHub Gist の作成・管理を行う MCP (Model Context Protocol) サーバー。

AI アシスタントが MCP プロトコル経由で GitHub Gist API と連携し、コードスニペットやファイルの共有を簡単に行える。

## 特徴

- **Gist の CRUD 操作**: 単一・複数ファイルの Gist を作成・取得・更新・削除
- **プライバシー制御**: プライベート / パブリック Gist の選択（デフォルトはプライベート）
- **スター管理**: Gist へのスター付け・外し
- **一覧表示**: 自分や他のユーザーの Gist を一覧取得
- **型安全**: TypeScript + Zod による厳密な入力検証
- **堅牢なエラーハンドリング**: HTTP ステータス別の適切なエラーメッセージ

## 技術スタック

- **TypeScript** + **Deno** ランタイム
- **@modelcontextprotocol/sdk** (MCP フレームワーク)
- **Zod** によるスキーマ検証
- GitHub Gist REST API

## リポジトリ

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