Skip to content
Windsurf

git mcp server for Windsurf

io.github.ray0907/git-mcp-server

MCP server for GitLab and GitHub

client:Windsurf transport:stdio runtime:npm

Install git mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "git-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@raytien/git-mcp-server"
      ],
      "env": {
        "GIT_PROVIDER": "<GIT_PROVIDER>",
        "GIT_TOKEN": "<GIT_TOKEN>",
        "GIT_API_URL": "<GIT_API_URL>",
        "GIT_READ_ONLY": "<GIT_READ_ONLY>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

git mcp server in other clients