amon-github-mcp-server
Verified Safeby amotarao
Overview
Provides an MCP server to interact with GitHub issues and pull requests, especially for managing sub-issues and milestones, facilitating automation and integration with LLM agents.
Installation
pnpm startEnvironment Variables
- GITHUB_PERSONAL_ACCESS_TOKEN
Security Notes
The server uses standard GitHub API authentication via an 'X-GITHUB-TOKEN' HTTP header, or optionally a 'GITHUB_PERSONAL_ACCESS_TOKEN' environment variable. Input validation for tool arguments is performed using `zod`. All GitHub API calls are directed to a hardcoded base URL (`https://api.github.com`), preventing arbitrary network requests. No `eval` or obvious malicious patterns were found in the provided source code. The security largely depends on the secure handling of the GitHub token by the client interacting with the MCP server.
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.
backlog-mcp-server
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
mcp-http-agent-md
This server acts as a central hub for AI agents, managing project knowledge (AGENTS.md), structured tasks, version history, and ephemeral scratchpads, with capabilities to spawn context-isolated subagents for focused tasks.