A Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"github-stars": {
"command": "npx",
"args": [
"-y",
"miantiao-me/github-stars"
]
}
}
}
Run in terminal:
claude mcp add github-stars npx -y miantiao-me/github-stars
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-stars": {
"command": "npx",
"args": [
"-y",
"miantiao-me/github-stars"
]
}
}
}