my-github-mcp-server
Provides tools for interacting with GitHub repositories, issues, pull requests, and user information, including sub-issue management and milestone setting.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@my-github-mcp-serveradd sub-issues #11,#12 to issue #5 in owner/repo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
my-github-mcp-server
A GitHub MCP (Model Context Protocol) server implementation that provides tools for interacting with GitHub repositories, issues, pull requests, and user information.
Features
This MCP server provides the following tools:
get_parent_of_sub_issue: Get the parent issue of a sub-issue using GitHub Sub-Issues API
list_sub_issues: List sub-issues for a GitHub issue with pagination and filtering support
get_id_of_issue: Get the internal GitHub issue ID from an issue number
get_ids_of_issues: Get the internal GitHub issue IDs from multiple issue numbers with batch processing support
add_sub_issues: Add multiple sub-issues to a GitHub issue using GitHub Sub-Issues API with batch processing support
remove_sub_issues: Remove multiple sub-issues from a GitHub issue using GitHub Sub-Issues API with batch processing support
set_milestone_for_issues: Set milestone for multiple GitHub issues with batch processing support
Related MCP server: GitHub Project MCP Server
Installation
pnpm install
pnpm buildUsage
Local Development
pnpm devProduction
pnpm startConfiguration
The server supports optional GitHub API authentication via environment variables:
GITHUB_PERSONAL_ACCESS_TOKEN: GitHub personal access token for authenticated requests (optional, but recommended for higher rate limits)
MCP Integration
Claude Desktop Configuration
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Server URLs
Production:
https://amon-github-mcp-server.vercel.app/mcpLocal Development:
http://localhost:3000/mcp
Configuration
{
"mcpServers": {
"github": {
"type": "http",
"url": "SERVER_URL_HERE",
"headers": {
"X-GITHUB-TOKEN": "your_github_personal_access_token_here"
}
}
}
}Replace SERVER_URL_HERE with the appropriate URL from the Server URLs section above.
Authentication
The server reads the GitHub token from the X-GITHUB-TOKEN header in HTTP requests. The token should be provided as the raw token value without any prefix.
Without a token, the server works with GitHub's public API with standard rate limits.
Deployment
This server is configured for deployment on Vercel. The vercel.json configuration file is included.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amotarao/amon-github-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server