Back to Home
miantiao-me icon

github-stars

Verified Safe

by miantiao-me

Overview

A Cloudflare-powered MCP server that enables natural language search and querying of a user's GitHub starred repositories by processing their READMEs with AutoRAG.

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 enforces API key authentication (`MCP_API_KEY`), which is good practice. However, the data processing script (`scripts/index.js`) requires a GitHub Personal Access Token (`GH_TOKEN`) with `repo` scope, granting broad access to user repositories. Compromise of this token would pose a significant risk to the user's GitHub account. No direct 'eval' or obvious malicious patterns were found in the provided server-side logic. Overall safety depends heavily on secure management of these API keys/tokens.

Similar Servers

Stats

Interest Score48
Security Score7
Cost ClassMedium
Avg Tokens2250
Stars86
Forks21
Last Update2025-12-13

Tags

GitHubCloudflareMCPNatural Language ProcessingRAG