Back to Home
hithereiamaliff icon

mcp-github

Verified Safe

by hithereiamaliff

Overview

This server allows AI models to interact with the GitHub API through the Model Context Protocol (MCP), providing tools for repository management, code search, issue tracking, and pull request workflows.

Installation

Run Command
docker compose up -d --build

Environment Variables

  • PORT
  • HOST
  • GITHUB_PERSONAL_ACCESS_TOKEN
  • ANALYTICS_FILE

Security Notes

Authentication relies on a GitHub Personal Access Token (PAT), which can be provided via query parameter, header, or environment variable. While query parameter transmission of tokens is generally less secure (potential logging), it's explicitly recommended for compatibility with certain MCP clients. The server uses Octokit for GitHub API interactions, reducing direct command execution risks. CORS is configured to allow all origins, typical for a public API gateway. No 'eval' or obvious code obfuscation found. Analytics dashboard HTML is generated directly by the server, not from user input, mitigating XSS risks there.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-25

Tags

GitHubMCPAPIDevelopmentCoding Agents