mcp-server-gist
@coreycao
About mcp-server-gist
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"create-gist": {
"command": "node",
"args": [
"LOCAL_ABSOLUTE_PATH/mcp-server-gist/build/index.js"
],
"env": {
"GITHUB_GIST_TOKEN": "YOUR_OWN_GITHUB_TOKEN"
}
}
}
}Tools
1create a gist to your github account
Overview
What is mcp-server-gist?
mcp-server-gist is a Model Context Protocol (MCP) server that wraps the GitHub Create a Gist API as a single MCP tool. It allows AI assistants or any MCP client to programmatically create Gists on a GitHub account using a fine-grained personal access token.
How to use mcp-server-gist?
Configure the server in your MCP client by pointing to its build/index.js file with Node.js and setting the GITHUB_GIST_TOKEN environment variable to your GitHub token. Once connected, invoke the create-gist tool with the required inputs: gistContent (string), isPublic (boolean, defaults to false), and an optional filename (string, auto-generated if omitted). The tool returns the URL of the newly created Gist.
Key features of mcp-server-gist
- Creates a Gist via the GitHub API.
- Supports both public and secret Gists.
- Automatically generates a filename if not provided.
- Returns the URL of the created Gist.
- Uses a fine-grained personal access token for authentication.
Use cases of mcp-server-gist
- An AI coding assistant shares code snippets as public Gists.
- A workflow tool saves logs or outputs as secret Gists.
- A developer integrates Gist creation into an MCP-based agent pipeline.
FAQ from mcp-server-gist
What does mcp-server-gist do?
It provides a single MCP tool (create-gist) that creates a Gist on your GitHub account. No other Gist operations (read, update, delete) are supported.
What is required to use mcp-server-gist?
You need Node.js to run the server and a GitHub personal access token (fine-grained) stored in the environment variable GITHUB_GIST_TOKEN.
How do I get a GitHub token for mcp-server-gist?
Follow GitHub’s guide to create a fine-grained personal access token with permission to create Gists (see the README link). Set the token as the GITHUB_GIST_TOKEN environment variable.
Can mcp-server-gist update or delete existing Gists?
No. The server only wraps the “Create a Gist” API endpoint. It does not provide tools to modify or remove existing Gists.
Where are the created Gists stored?
Gists are stored on GitHub under the account associated with the token. The server does not store any data locally beyond the token configuration.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mlops
visengerA curated list of references for MLOps

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments