mcp-server
Verified Safeby timduly4
Overview
Exposes GitHub starred repositories as Model Context Protocol (MCP) resources for LLM applications.
Installation
./bazel.sh runEnvironment Variables
- GITHUB_TOKEN
Security Notes
The project avoids hardcoding secrets by requiring a GitHub Personal Access Token via environment variable. It uses OAuth2 for GitHub API authentication. The MCP server runs over stdio (standard input/output), reducing direct network exposure for the core MCP protocol. Simple URI parsing is in place, with awareness of potential routing conflicts documented in tests. No 'eval' or similar dangerous patterns are used, and there is no visible code obfuscation.
Similar Servers
mcp-servers-hub
This repository serves as a hub to discover and rank the top 100 most popular Model Context Protocol (MCP) servers based on GitHub stars, aggregating information from various MCP registries.
mkp
MKP is a Model Context Protocol (MCP) server for Kubernetes, enabling LLM-powered applications to interact with Kubernetes clusters by providing tools for resource listing, getting, applying, deleting, and executing commands.
End-to-End-Agentic-Ai-Automation-Lab
This MCP Server provides an API gateway for an AutoGen multi-agent system to interact with Notion via the Model Context Protocol (MCP), enabling AI-driven automation of Notion tasks and public exposure through ngrok.
mcp
The MCP server acts as an intermediary, enabling Large Language Models (LLMs) to interact with Algolia's various APIs for search, analytics, A/B testing, query suggestions, recommendations, monitoring, and usage data.