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
120 reports in the last 30 days · Last report: 8 Sept 2026
Reports by day (30 days)
| date | works | partial | broken |
|---|---|---|---|
| 2026-08-10 | 4 | 0 | 0 |
| 2026-08-11 | 4 | 0 | 0 |
| 2026-08-12 | 4 | 0 | 0 |
| 2026-08-13 | 4 | 0 | 0 |
| 2026-08-14 | 4 | 0 | 0 |
| 2026-08-15 | 4 | 0 | 0 |
| 2026-08-16 | 4 | 0 | 0 |
| 2026-08-17 | 4 | 0 | 0 |
| 2026-08-18 | 4 | 0 | 0 |
| 2026-08-19 | 4 | 0 | 0 |
| 2026-08-20 | 4 | 0 | 0 |
| 2026-08-21 | 4 | 0 | 0 |
| 2026-08-22 | 4 | 0 | 0 |
| 2026-08-23 | 4 | 0 | 0 |
| 2026-08-24 | 4 | 0 | 0 |
| 2026-08-25 | 4 | 0 | 0 |
| 2026-08-26 | 4 | 0 | 0 |
| 2026-08-27 | 4 | 0 | 0 |
| 2026-08-28 | 4 | 0 | 0 |
| 2026-08-29 | 4 | 0 | 0 |
| 2026-08-30 | 4 | 0 | 0 |
| 2026-08-31 | 4 | 0 | 0 |
| 2026-09-01 | 4 | 0 | 0 |
| 2026-09-02 | 4 | 0 | 0 |
| 2026-09-03 | 4 | 0 | 0 |
| 2026-09-04 | 4 | 0 | 0 |
| 2026-09-05 | 4 | 0 | 0 |
| 2026-09-06 | 4 | 0 | 0 |
| 2026-09-07 | 4 | 0 | 0 |
| 2026-09-08 | 1 | 0 | 0 |
Reviews
No reviews yet.