Back to Home
lmsamarawickrama icon

local-github-mcpserver

Verified Safe

by lmsamarawickrama

Overview

Enables the Claude AI agent to interact with GitHub through a local Model Context Protocol (MCP) server for repository, issue, pull request, and file management.

Installation

Run Command
python server.py

Environment Variables

  • GITHUB_TOKEN

Security Notes

The server requires a GitHub Personal Access Token (PAT) with potentially broad permissions (e.g., 'repo' for full control of private repositories). While the token is read securely from an environment variable and not hardcoded, users must be aware of the significant power granted to the server via this token. The code itself does not contain 'eval', obfuscation, or apparent malicious patterns, focusing solely on well-defined GitHub API interactions via the httpx library. Error handling is present for HTTP issues and general exceptions, which is a good practice.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-13

Tags

GitHub IntegrationAI AgentDeveloper ToolMCP ProtocolAPI Wrapper