MCP-palvelin joka antaa tekoälyagenteille (Claude Desktop, Cursor, Windsurf) työkalut Git-historian lukemiseen ja hakemiseen.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-git-histo": {
"command": "npx",
"args": [
"-y",
"tonyweckstrom1987/mcp-server-git-history"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-git-histo npx -y tonyweckstrom1987/mcp-server-git-history
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-git-histo": {
"command": "npx",
"args": [
"-y",
"tonyweckstrom1987/mcp-server-git-history"
]
}
}
}