GitVerse MCP
UpGitVerse MCP is the official remote MCP server for GitVerse, SberTech's Russian Git hosting platform, using JSON-RPC 2.0 over Streamable HTTP. Its 37 tools cover repositories, files, commits, releases, PRs, CI/CD, users and teams. Authorization reuses the GitVerse Public API token; its Read/Write scope bounds which operations are available. Free for any GitVerse account.
Why this server
- 37 tools on one HTTP endpoint: repos, files, PRs, releases, CI/CD, teams and stars
- create_or_update_file and create_pull_request cover the whole code-edit cycle with no GitVerse console
- trigger_workflow_dispatch runs a workflow, and get_job_logs pulls the failed job's logs right away
- Uses the GitVerse Public API token with Read/Write scopes — the agent can't exceed them
Usage examples
Prompt: Show me the branches in owner/repo and create tag v1.2.0 before the release
Result: list_branches returned the branch list, then create_tag created v1.2.0 — with no clicks in the GitVerse UI.
Prompt: Trigger the build workflow in owner/repo and show me the logs if it fails
Result: trigger_workflow_dispatch started the workflow, and get_job_logs returned the failed job's logs — the agent found the cause right away.
Health
1 reports in the last 30 days · Last report: 24 Jul 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-07-24 | 1 | 0 | 0 |
Reviews
No reviews yet.