Skip to content

Opencode Gitnexus

Free

by MCP Community

OpenCode plugin for GitNexus integration — auto-registers the MCP server, injects the GitNexus protocol into the system prompt, and keeps the plugin updated

v0.1.18Added Apr 12, 2026
opencodeopencode-plugingitnexusgitmcp
Works with:ClaudeGPTGeminiCopilot

Opencode Gitnexus MCP Server

OpenCode plugin for GitNexus integration — auto-registers the MCP server, injects the GitNexus protocol into the system prompt, and keeps the plugin updated

Installation

npx -y opencode-gitnexus

Reviews

Leave a Review

Installation

Quick install
npx -y opencode-gitnexus
Add to claude_desktop_config.json
{
  "mcpServers": {
    "opencode-gitnexus": {
      "command": "npx",
      "args": ["-y", "opencode-gitnexus"]
    }
  }
}