Safety-first MCP server for Git. 22 read-only tools for AI agents; writes exist only as proposals a human approves in the FluxGit desktop app.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fluxgit-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"fluxgit-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add fluxgit-mcp-server cargo run -- fluxgit-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"fluxgit-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"fluxgit-mcp-server"
]
}
}
}