Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub abhigyanpatwari/gitnexus --plugin gitnexusCopy 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
Share bugs, ideas, or general feedback.