github-stars
Verified Safeby ccbikai
Overview
A Cloudflare-powered MCP server that enables natural language search and querying of your GitHub starred repositories, including their README content, via an AI agent.
Installation
pnpm dev:mcpEnvironment Variables
- GITHUB_TOKEN
- R2_ACCOUNT_ID
- R2_ACCESS_KEY_ID
- R2_SECRET_ACCESS_KEY
- R2_BUCKET
- AUTO_RAG_NAME
- MCP_API_KEY
Security Notes
The server uses GitHub Personal Access Tokens with `repo` scope, which is a powerful permission. However, it's designed to access *your* own starred repositories and uses Cloudflare R2 and AutoRAG, implying the data remains within your Cloudflare infrastructure. Access to the MCP server itself is protected by an `MCP_API_KEY` environment variable. The system relies heavily on correct and secure configuration of these secrets by the user. There's no evident use of `eval` or other direct malicious patterns in the provided truncated code.
Similar Servers
github-mcp-server
Connects AI tools directly to GitHub's platform, enabling agents, assistants, and chatbots to manage repositories, issues, PRs, and workflows through natural language interactions.
octocode-mcp
Enables AI assistants to search, analyze, and extract insights from millions of GitHub repositories, supporting deep code research, architectural analysis, and pattern discovery. It provides a structured interface for AI to interact with GitHub codebases.
starReport
Automatically generates and manages GitHub repository activity reports (stars, commits, issues), integrates large language model analysis, and pushes reports to Feishu groups via MCP protocol.
github-stars-contributions-mcp
An MCP server that allows AI assistants to manage GitHub Stars contributions and profile links through natural language interaction.