Stats
Actions
Tags
From gitnexus
Local stdio MCP server providing GitNexus tools for Git repository operations such as clone, pull, push, branch, and status checks. No API keys needed.
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