Back to Home
saidsef icon

mcp-github-pr-issue-analyser

Verified Safe

by saidsef

Overview

This server enables LLMs to automate GitHub repository management, including analyzing pull requests, managing issues, and controlling releases, alongside retrieving IP address information.

Installation

Run Command
uvx ./

Environment Variables

  • GITHUB_TOKEN
  • PORT
  • HOST
  • GITHUB_API_TIMEOUT
  • MCP_ENABLE_REMOTE

Security Notes

The server securely handles sensitive information by requiring a GitHub Personal Access Token to be provided via environment variables (GITHUB_TOKEN) rather than being hardcoded. It performs network requests to GitHub API and ipinfo.io. While the GitHub API endpoints are constructed from user-provided repository/PR details, the base URLs are hardcoded to GitHub and ipinfo.io, mitigating arbitrary SSRF risks. The broad 'repo' scope required for the GitHub token is a powerful permission, meaning misuse by the interacting LLM or client could lead to unauthorized actions within a repository; this is an inherent functional risk, not a code vulnerability. No 'eval' or malicious patterns were identified.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars5
Forks4
Last Update2025-12-07

Tags

GitHubPRsIssuesReleasesIP-InfoLLM-Tool