Skip to content
Gemini CLI

sl mcp for Gemini CLI

io.github.donovan-jasper/sl-mcp

MCP server for Sapling (sl) version control

client:Gemini CLI transport:stdio runtime:npm

Install sl mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "sl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sl-mcp"
      ],
      "env": {
        "SL_MCP_BINARY": "<SL_MCP_BINARY>",
        "SL_MCP_TIMEOUT": "<SL_MCP_TIMEOUT>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

sl mcp in other clients