github-manager-mcp-server

talhaleet/github-manager-mcp-server
★ 0 stars Python AI/LLM Updated 6d ago
A Model Context Protocol (MCP) server providing GitHub automation tools for repository creation, deletion, and file management using AI agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-manager-mcp-s": {
      "command": "uvx",
      "args": [
        "github-manager-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install github-manager-mcp-server