github-mcp-server vs gistpad-mcp
Side-by-side comparison to help you pick between these two MCP servers.
github-mcp-server by github | gistpad-mcp by lostintangent | |
|---|---|---|
| Stars | ★ 29,881 | ★ 192 |
| 30d uses | — | — |
| Score | 64 | 47 |
| Official | — | — |
| Categories | GitHubDeveloper ToolsProductivity | GitHubProductivityKnowledge Graph |
| Language | Go | TypeScript |
| Last commit | this month | 4 mo ago |
github-mcp-server · Summary
GitHub's official MCP Server connects AI tools to GitHub's platform for repository management, issue automation, and code analysis.
gistpad-mcp · Summary
MCP server for managing knowledge, notes and prompts via GitHub Gists with extensive tooling for gist operations.
github-mcp-server · Use cases
- Browse and analyze code repositories from within AI assistants
- Automate creation and management of GitHub issues and pull requests
- Monitor and analyze CI/CD pipelines and GitHub Actions workflows
gistpad-mcp · Use cases
- Managing personal knowledge bases stored as GitHub Gists
- Creating and tracking daily todos and notes
- Building and sharing reusable prompts with AI assistants
github-mcp-server · Install
Installation Options
Remote Installation (Recommended)
Add to your MCP host configuration (e.g., VS Code 1.101+):
{
"servers": {
"github": {
"type": "http",
"url": "https://api.githubcopilot.com/mcp/"
}
}
}For Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"github": {
"command": "http",
"args": ["https://api.githubcopilot.com/mcp/"]
}
}
}Local Installation
Using Docker:
docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN=your_token ghcr.io/github/github-mcp-serverOr install from source after cloning the repository.
gistpad-mcp · Install
Installation
- Install the [GistPad VS Code extension](https://aka.ms/gistpad) for seamless integration
- For other MCP clients:
``json { "mcpServers": { "gistpad": { "command": "npx", "args": ["-y", "gistpad-mcp"], "env": { "GITHUB_TOKEN": "<YOUR_PAT>" } } } } ``
- Optional: Add flags to enable additional features:
--daily,--starred,--archived,--prompts