- Explore MCP Servers
- mcp-server-gist
Mcp Server Gist
What is Mcp Server Gist
mcp-server-gist is a Model Context Protocol (MCP) Server that wraps the GitHub create gist API, allowing users to create gists directly from their applications.
Use cases
Use cases include sharing code examples in collaborative projects, storing temporary notes, or providing quick access to frequently used scripts.
How to use
To use mcp-server-gist, configure the MCP server with the command to run the create-gist tool, providing the necessary arguments and environment variables, including your GitHub token.
Key features
Key features include the ability to create gists with customizable content, specify public or secret visibility, and automatically generate filenames if not provided.
Where to use
mcp-server-gist can be used in software development environments where developers need to share code snippets, documentation, or notes quickly through GitHub gists.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Server Gist
mcp-server-gist is a Model Context Protocol (MCP) Server that wraps the GitHub create gist API, allowing users to create gists directly from their applications.
Use cases
Use cases include sharing code examples in collaborative projects, storing temporary notes, or providing quick access to frequently used scripts.
How to use
To use mcp-server-gist, configure the MCP server with the command to run the create-gist tool, providing the necessary arguments and environment variables, including your GitHub token.
Key features
Key features include the ability to create gists with customizable content, specify public or secret visibility, and automatically generate filenames if not provided.
Where to use
mcp-server-gist can be used in software development environments where developers need to share code snippets, documentation, or notes quickly through GitHub gists.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
mcp-server-gist
create gist by using MCP.
A Model Context Protocol(MCP) Server that wrap github create gist api as a MCP tool.
Tools
create-gist- create a gist to your github account
- Inputs:
- gistContent(string): the content of the gist file.
- isPublic(boolean): Whether the gist is public or secret, if not explicitly specified, it will be false.
- filename(string): the name of the gist file, if not explicitly specified, it will be generated automatically.
- Returns: gist url
Usage
{
"mcpServers": {
"create-gist": {
"command": "node",
"args": [
"LOCAL_ABSOLUTE_PATH/mcp-server-gist/build/index.js"
],
"env": {
"GITHUB_GIST_TOKEN": "YOUR_OWN_GITHUB_TOKEN"
}
}
}
}
A fine grained TOKEN is needed.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










