Stats
Actions
Tags
From gitnexus
Provides Git repository management capabilities, including commits, branches, and pull requests, via an MCP server running locally.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gitnexus": {
"command": "npx",
"args": [
"-y",
"gitnexus@latest",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub abhigyanpatwari/gitnexus --plugin gitnexus