Back to directory
ofershap/mcp-server-github-gist

ofershap/mcp-server-github-gist

@ofershap

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

githubgistcode-snippetsidetypescriptmcpservernpxtool

Installation & Configuration

{
  "mcpServers": {
    "github-gist": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-github-gist"
      ],
      "env": {
        "GITHUB_TOKEN": "ghp_your_token_here"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12