sl-mcp
About
MCP server for Sapling (sl) version control
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SL_MCP_BINARY SL_MCP_TIMEOUTClaude Code
claude mcp add --env SL_MCP_BINARY= --env SL_MCP_TIMEOUT= sl-mcp -- npx sl-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"sl-mcp","command":"npx","args":["sl-mcp"],"env":{"SL_MCP_BINARY":"","SL_MCP_TIMEOUT":""}}'
JSON
{
"mcpServers": {
"sl-mcp": {
"command": "npx",
"args": [
"sl-mcp"
],
"env": {
"SL_MCP_BINARY": "",
"SL_MCP_TIMEOUT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.