← Index

io.github.ofershap/github-gist

io.github.ofershap/github-gist·v1.0.2·Git & Code Hosting
Quality Score
83
/100

MCP server to create, read, update, list, and search GitHub Gists from your IDE

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "github-gist": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-github-gist"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "github-gist": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-github-gist"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-server-github-gist
§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Git & Code Hosting