Github Gist runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 10 Mar 2026.
MCP server to create, read, update, list, and search GitHub Gists from your IDE
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add github-gist -- npx -y mcp-server-github-gist
{
"mcpServers": {
"github-gist": {
"args": [
"-y",
"mcp-server-github-gist"
],
"command": "npx"
}
}
}
[mcp_servers.github-gist]
command = "npx"
args = ["-y", "mcp-server-github-gist"]
{
"mcpServers": {
"github-gist": {
"args": [
"-y",
"mcp-server-github-gist"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"github-gist": {
"args": [
"-y",
"mcp-server-github-gist"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.