Back to Home
ccbikai icon

github-stars

Verified Safe

by ccbikai

Overview

This MCP Server allows users to semantically search and query their GitHub starred repositories using natural language, leveraging Cloudflare's AutoRAG for efficient AI-powered search over repository READMEs and metadata.

Installation

Run Command
pnpm dev:mcp

Environment Variables

  • GH_TOKEN
  • R2_ACCOUNT_ID
  • R2_ACCESS_KEY_ID
  • R2_SECRET_ACCESS_KEY
  • R2_BUCKET
  • AUTO_RAG_NAME
  • MCP_API_KEY

Security Notes

The MCP server implements API key authentication via `MCP_API_KEY`, which is good for access control. The `scripts/index.js` fetches GitHub data using `GH_TOKEN` with `repo` scope, a highly privileged token requiring careful management as a GitHub Secret. The system relies on external Cloudflare AutoRAG for search, meaning query processing is offloaded to a third-party AI service. No direct `eval` or obvious code injection vulnerabilities are present in the provided server code.

Similar Servers

Stats

Interest Score48
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars95
Forks21
Last Update2026-01-17

Tags

GitHubCloudflareAINatural Language ProcessingSemantic SearchMCPWorkers