A Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
A Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language. Exposed over MCP by the github stars mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
This project creates a searchable database of your GitHub starred repositories by:
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Everything the assistant can do here goes through one of these:
Prerequisites — The Prerequisites tool exposed by this serverConfiguration — 4. Configure Cloudflare AutoRAG: - Create an AutoRAG instance in Cloudflare - Set the AUTO_RAG_NAME environment variable in your Cloudflare Worker -Deployment — 1. Run weekly to update your starred repositories 2. Upload the processed files to R2 3. Rebuild the AutoRAG indexEndpoint — The Endpoint tool exposed by this serverYou will need 4 environment variables: R2_ACCOUNT_ID, R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY, MCP_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
repo scope - Cloudflare accountPlenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. GitHub Stars's toolset — Prerequisites, Configuration, Deployment and 1 more — is a fair guide to whether it matches your workflow. It is maintained by ccbikai; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Configuration | 4. Configure Cloudflare AutoRAG: - Create an AutoRAG instance in Cloudflare - Set the AUTO_RAG_NAME environment variable in your Cloudflare Worker - MCP_API_KEY: API key for securing MCP server access (generate a secure |
| Deployment | 1. Run weekly to update your starred repositories 2. Upload the processed files to R2 3. Rebuild the AutoRAG index |
| Endpoint | The Endpoint tool exposed by this server. |
repo scope - Cloudflare account| Variable | Description | Required |
|---|---|---|
| R2_ACCOUNT_ID | Configuration value read at startup. | Optional |
| R2_ACCESS_KEY_ID | Credential the server authenticates with. | Yes |
| R2_SECRET_ACCESS_KEY | Credential the server authenticates with. | Yes |
| MCP_API_KEY | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.