GitHub Manager MCP Server
A Model Context Protocol server for GitHub management
This TypeScript-based MCP server provides tools for managing GitHub organizations, repositories, and collaborators through the GitHub API.
Features
GitHub Management Tools
list_orgs: List GitHub organizations the authenticated user belongs tolist_repos: List repositories in a specified organizationcreate_repo: Create a new repository in an organizationadd_collaborator: Add a collaborator to a repositoryupdate_repo_settings: Update repository settings
Development
Installation
npm install
Build
npm run build
Development with Auto-rebuild
npm run watch
Testing
Run unit tests:
npm test
Run tests with coverage:
npm run test:coverage
Configuration
Environment Variables
GITHUB_TOKEN: GitHub personal access token with required scopes
MCP Server Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"github-manager": {
"command": "/path/to/github-manager/build/index.js",
"env": {
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}
Debugging
We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
github-manager MCP Server
Project Details
- wheelhousedev/github-mcp
- github-manager
- MIT License
- Last Updated: 3/3/2025
Recomended MCP Servers
A lightweight, easy-to-use Model Context Protocol (MCP) implementation that seamlessly integrates Perplexity's powerful AI models into Claude Desktop....
An MCP service for getting user geolocation information
MCP for interacting with the Cooper Hewitt Collection API
Dooray API 활용한 MCP 서버
An advanced MCP server for Home Assistant. 🔋 Batteries included.
MCP Server for using Garak LLM vulnerability scanner
Create AI generated memes using MCP Meme Sticky. Can converted generated memes into stickers for Telegram or WhatsApp...
Build powerful and secure AI Agents powered by Starknet.
MCP server for Redmine





