Back to Home
ccbikai icon

github-stars

Verified Safe

by 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

Run Command
pnpm dev:mcp

Environment 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

Stats

Interest Score48
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars86
Forks21
Last Update2025-12-13

Tags

CloudflareGitHubMCPAI AgentSemantic SearchRAGNatural Language ProcessingServerless