★ 0 stars
Python
⚙️ DevOps
Updated today
MCP server for GitHub end-to-end automation: repos, push, releases, GitHub Actions, issues, PRs, secrets, security, profile, search (~3000 lines, 69 tools)
View on GitHub →
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-mcp-server": {
"command": "uvx",
"args": [
"github-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add github-mcp-server uvx github-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"github-mcp-server": {
"command": "uvx",
"args": [
"github-mcp-server"
]
}
}
}
Or install with pip: pip install github-mcp-server
Topics
ai-agentscicddevopsgithubgithub-actionsmcp-serverportfolio-automationpython