MCP Server
Active
MIT
io.github.davidweb3-ctrl/git-enhanced MCP Server
io.github.davidweb3-ctrl/git-enhanced
What is the io.github.davidweb3-ctrl/git-enhanced MCP server?
Enhanced Git MCP Server - Code review, commit analysis, and branch management
How to install io.github.davidweb3-ctrl/git-enhanced
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
YOUR_API_KEYrequiredsecretYour API key for the service
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"git-enhanced": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-git-enhanced"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"git-enhanced": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-git-enhanced"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"git-enhanced": {
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-git-enhanced"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"git-enhanced": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@davidweb3-ctrl/mcp-git-enhanced"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}Claude Code
claude mcp add git-enhanced --env YOUR_API_KEY=<YOUR_YOUR_API_KEY> -- npx -y @davidweb3-ctrl/mcp-git-enhancedRelated MCP servers
Enhanced Git MCP Server - Code review, commit analysis, and branch management
1
View repository →TypeScript
MIT
io.github.davidweb3-ctrl/github
Maintained
GitHub MCP Server - List PRs, issues, repo info, and search code
0
View repository →TypeScript
MIT