面向开发者和 DevOps 工程师的全功能 GitHub 运维中枢,通过 MCP 协议让 AI Agent 具备完整的 Git 平台操作能力
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"gitops-mcp-server": {
"env": {
"GITHUB_TOKEN": "ghp_xxxxxxxxxxxx",
"GITHUB_DEFAULT_OWNER": "your_username"
},
"args": [],
"command": "gitops-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
🚀 面向开发者和 DevOps 工程师的全功能 GitHub 运维中枢 > 通过 MCP 协议让 AI Agent 具备完整的 Git 平台操作能力,实现 "对话即运维" 的开发体验。
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Compact, efficient, and extensible long-term memory for LLM agents.
MCP Security Weekly
Get CVE alerts and security updates for Gitops Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
🚀 面向开发者和 DevOps 工程师的全功能 GitHub 运维中枢
通过 MCP 协议让 AI Agent 具备完整的 Git 平台操作能力,实现 "对话即运维" 的开发体验。
📦 仓库管理
📋 Issue 管理
🔀 PR 管理
|
🏷️ Release 管理
⚙️ CI/CD 管理
📡 事件监控 & 通知
|
| Tool | 描述 |
|---|---|
health_check | 验证 GitHub 连接状态和速率限制 |
get_repository | 获取仓库详情 |
list_repositories | 列出用户仓库 |
search_repositories | 搜索仓库 |
get_repo_structure | 获取目录结构树 |
read_file | 读取文件内容(支持行范围) |
search_code | 搜索代码内容 |
| Tool | 描述 |
|---|---|
list_issues | 列出 Issues(支持状态/标签过滤) |
get_issue | 获取 Issue 详情和评论 |
search_issues | 搜索 Issues |
create_issue | 创建 Issue(支持标签、指派) |
update_issue | 更新 Issue |
close_issue | 关闭 Issue(支持原因) |
add_comment | 添加评论 |
add_labels | 添加标签 |
remove_labels | 移除标签 |
| Tool | 描述 |
|---|---|
list_pull_requests | 列出 PR |
get_pull_request | 获取 PR 详情 |
get_pr_diff | 获取 PR diff |
get_pr_files | 获取变更文件列表 |
create_pull_request | 创建 PR |
create_review | 提交代码审查 |
merge_pull_request | 合并 PR(merge/squash/rebase) |
| Tool | 描述 |
|---|---|
get_recent_commits | 获取最近提交记录 |
get_commit_detail | 获取 commit 详情 |
compare_refs | 对比两个 ref 差异 |
analyze_changes | 分析变更影响(文件类型、目录、风险) |
| Tool | 描述 |
|---|---|
list_tags | 列出 Tags |
create_tag | 创建 Tag |
list_releases | 列出 Releases |
create_release | 创建 Release |
get_latest_release | 获取最新 Release |
generate_release_notes | 自动生成 Release Notes |
| Tool | 描述 |
|---|---|
list_workflows | 列出工作流 |
list_workflow_runs | 列出运行记录 |
get_workflow_run | 获取运行详情(含 Jobs/Steps) |
get_workflow_summary | CI/CD 巡检报告 |
rerun_workflow | 重新运行失败的工作流 |
cancel_workflow | 取消正在运行的工作流 |
| Tool | 描述 |
|---|---|
list_monitors | 列出监控规则 |
add_monitor | 添加监控规则 |
remove_monitor | 移除监控规则 |
pause_monitor | 暂停监控 |
resume_monitor | 恢复监控 |
get_events | 获取事件日志 |
| Tool | 描述 |
|---|---|
list_notification_channels | 列出通知渠道 |
send_notification | 发送通知 |
test_notification | 测试通知渠道 |
# 方式 1: go install
go install github.com/wangxl/gitops-mcp-server/cmd/gitops-mcp@latest
# 方式 2: 源码编译
git clone https://github.com/wangxl/gitops-mcp-server.git
cd
... [View full README on GitHub](https://github.com/bubua12/gitops-mcp-server#readme)