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