github-stars
The GitHub Stars MCP Server is a Cloudflare-powered server that enables natural language search and querying of your GitHub starred repositories. It automatically processes and updates repository data, providing rich metadata and semantic search capabilities.
What is required to set up the GitHub Stars MCP Server?
You need Node.js, PNPM, a GitHub Personal Access Token with 'repo' scope, and a Cloudflare account. Additionally, you must configure Cloudflare R2 and AutoRAG.
How often are the starred repositories updated?
The repositories are updated weekly via a scheduled GitHub Action.
What is Cloudflare AutoRAG used for?
Cloudflare AutoRAG is used to create embeddings for efficient semantic searching of the repository data.
How can I interact with the MCP Server?
You can interact with the MCP Server using any MCP-compatible client via the provided SSE endpoint.
What does the 'search_github_stars' tool do?
The 'search_github_stars' tool allows you to search through your starred GitHub repositories using a natural language query.