sl mcp for Zed
io.github.donovan-jasper/sl-mcp
MCP server for Sapling (sl) version control
client:Zed
transport:stdio
runtime:npm
Install sl mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sl-mcp": {
"command": "npx",
"args": [
"-y",
"sl-mcp"
],
"env": {
"SL_MCP_BINARY": "<SL_MCP_BINARY>",
"SL_MCP_TIMEOUT": "<SL_MCP_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs