Servers
Git Mcp
@kjozsa
MCP server for managing Git operations on local repositories. Fetching commit messages, git tags, creating new tags.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"git-mcp-kjozsa": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kjozsa/git-mcp",
"--client",
"claude"
]
}
}
}