gistpad-mcp vs github-brain
Side-by-side comparison to help you pick between these two MCP servers.
gistpad-mcp by lostintangent | github-brain by wham | |
|---|---|---|
| Stars | ★ 192 | ★ 75 |
| 30d uses | — | — |
| Score | 47 | 46 |
| Official | — | — |
| Categories | GitHubProductivityKnowledge Graph | GitHubDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Go |
| Last commit | 4 mo ago | 3 mo ago |
gistpad-mcp · Summary
MCP server for managing knowledge, notes and prompts via GitHub Gists with extensive tooling for gist operations.
github-brain · Summary
GitHub Brain MCP server summarizes GitHub discussions, issues, and PRs with local database for fast responses.
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-brain · Use cases
- Summarizing GitHub discussions and pull requests for team meetings
- Analyzing user contributions in a specific time period
- Creating efficient reports on GitHub activities without hitting API limits
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
github-brain · Install
npm i -g github-brainOr with npx:
npx github-brain@latestMCP Configuration
Claude Desktop
Add to Claude MCP configuration:
{
"mcpServers": {
"github-brain": {
"type": "stdio",
"command": "github-brain",
"args": ["mcp"],
"env": {
"ORGANIZATION": "your-org"
}
}
}