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
{
"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