{
"name": "github-mcp",
"display_name": "GitHub",
"description": "GitHub API and Git operations",
"version": "1.0.0",
"url": "https://github.com",
"icon": "github",
"category": "version-control",
"tags": ["git", "github", "pr", "issues"],
"tools": [
{
"name": "create_pull_request",
"description": "Create a new pull request"
},
{
"name": "create_issue",
"description": "Create a new GitHub issue"
}
],
"tools_count": 12,
"authentication": {
"type": "token",
"required": true,
"env_var": "GITHUB_TOKEN"
},
"rate_limit": {
"requests_per_hour": 60
},
"supported_platforms": ["linux", "macos", "windows"]
}