@kaching2/mcp-github-velocity
v1.0.0
Published
Detect GitHub repos with abnormal star growth — early trend signal
Maintainers
Readme
MCP GitHub Velocity Server
Detect GitHub repos with abnormal star growth — early trend signal for product discovery.
Tools
| Tool | Description |
|------|-------------|
| get_trending_repos | Find repos trending in the last 7 days, sorted by stars/forks/new |
| check_repo_spike | Get detailed stats for a specific repo and assess its velocity |
| get_topic_trending | Find trending repos for a specific topic (e.g., "mcp", "ai") |
Install
npm installConfigure in Claude Code
Add to your MCP config:
{
"mcpServers": {
"github-velocity": {
"command": "node",
"args": ["/path/to/servers/github-velocity/index.js"]
}
}
}Usage Examples
- "What's trending on GitHub right now?"
- "Check if anthropics/claude-code is spiking"
- "What are the top repos for the 'mcp' topic?"
