Opencode Gitnexus
Freeby 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
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
Installation
Quick install
npx -y opencode-gitnexus
Add to claude_desktop_config.json
{
"mcpServers": {
"opencode-gitnexus": {
"command": "npx",
"args": ["-y", "opencode-gitnexus"]
}
}
}