Skip to content
Cursor

sl mcp for Cursor

io.github.donovan-jasper/sl-mcp

MCP server for Sapling (sl) version control

client:Cursor transport:stdio runtime:npm

Install sl mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sl mcp in other clients