Back to Home
amotarao icon

amon-github-mcp-server

Verified Safe

by 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

Run Command
pnpm start

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-14

Tags

GitHub APIMCP ServerIssue ManagementSub-IssuesDeveloper Tools