← Index

io.github.donovan-jasper/sl-mcp

io.github.donovan-jasper/sl-mcp·v0.1.2·Other
Quality Score
74
/100

MCP server for Sapling (sl) version control

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "sl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sl-mcp"
      ],
      "env": {
        "SL_MCP_BINARY": "<sl_mcp_binary>",
        "SL_MCP_TIMEOUT": "<sl_mcp_timeout>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "sl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sl-mcp"
      ],
      "env": {
        "SL_MCP_BINARY": "<sl_mcp_binary>",
        "SL_MCP_TIMEOUT": "<sl_mcp_timeout>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y sl-mcp
§02  Environment variables
SL_MCP_BINARY

Path to Sapling binary

SL_MCP_TIMEOUT

Command timeout in milliseconds

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Other