An unofficial community Codex plugin for working with repositories hosted on GitVerse. It combines:
- a routing skill that recognizes GitVerse repositories and chooses between local Git operations and the GitVerse control plane;
- the official remote GitVerse MCP server at
https://mcp.gitverse.ru.
The plugin intentionally does not copy the MCP tool catalog into its skill. Codex discovers the current tools lazily when a GitVerse task needs them.
- A Codex build with plugin and streamable HTTP MCP support.
- A GitVerse API token available to Codex as
GITVERSE_API_TOKEN.
The token is sent as a bearer token to the official GitVerse MCP server. Do not store it in this repository or commit it to another repository.
codex plugin marketplace add RainyPixel/gitverse-codex-plugin
codex plugin add gitverse@gitverse-localStart a new Codex session after installation. The skill can be invoked as
$gitverse, and it also supports implicit activation for gitverse.ru links
and repositories whose Git remote points to GitVerse.
For local plugin development, replace RainyPixel/gitverse-codex-plugin with
the path to your checkout.
.agents/plugins/marketplace.json Local or Git marketplace catalog
plugins/gitverse/.codex-plugin/ Plugin manifest
plugins/gitverse/.mcp.json Official GitVerse MCP connection
plugins/gitverse/skills/gitverse/ GitVerse routing skill
The repository can be used directly as a Codex Git marketplace. Publication to OpenAI's universal plugin directory is a separate review and submission process; coordinate that submission with the owner of the GitVerse MCP service.
This project is maintained by the community and is not an official GitVerse product. It connects only to the official GitVerse MCP endpoint.
MIT