github-stars
Verified Safeby 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
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 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
mcp-server-cloudflare
Enable Large Language Models (LLMs) to interact with and automate tasks across various Cloudflare services through a standardized Model Context Protocol (MCP).
context-portal
A database-backed Model Context Protocol (MCP) server for managing structured project context, designed to be used by AI assistants and developer tools within IDEs and other interfaces for Retrieval Augmented Generation (RAG) and prompt caching.
mcp-local-rag
Provides a local RAG-like web search capability to Language Models by fetching, embedding, and ranking web content.
tomcp
Transforms any public website into an MCP (Model Context Protocol) server for AI tools and provides a chat interface to query the website's content.