mcp-server
Verified Safeby balexander85
Overview
Provides a Model Context Protocol (MCP) server with tools for managing GitHub repositories and fetching current time.
Installation
docker compose up --build -dEnvironment Variables
- GITHUB_TOKEN
Security Notes
The server uses a GITHUB_TOKEN loaded from environment variables, which is standard practice for sensitive credentials. There are no obvious hardcoded secrets, obfuscation, or use of dangerous functions like 'eval'. Security relies on proper management of the GITHUB_TOKEN and the permissions granted to it on GitHub.
Similar Servers
git-mcp-server
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
chronos-mcp-server
A time-related server providing timezone-aware date and time information via the Model Context Protocol (MCP).
date-and-time-mcp-server
Provides a Model Context Protocol (MCP) API for AI agents to retrieve precise, locale-aware date and time data across timezones.
mcp-time-server
A minimal Model Context Protocol (MCP) server that exposes a 'get_current_time' tool, returning the current system time.