sl mcp for Cline
io.github.donovan-jasper/sl-mcp
MCP server for Sapling (sl) version control
client:Cline
transport:stdio
runtime:npm
Install sl mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sl-mcp": {
"command": "npx",
"args": [
"-y",
"sl-mcp"
],
"env": {
"SL_MCP_BINARY": "<SL_MCP_BINARY>",
"SL_MCP_TIMEOUT": "<SL_MCP_TIMEOUT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs