MCP server for Sapling (sl) version control
Valid MCP server (2 strong, 6 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
11 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SL_MCP_BINARY
Environment variable: SL_MCP_TIMEOUT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-donovan-jasper-sl-mcp": {
"env": {
"SL_MCP_BINARY": "your-sl-mcp-binary-here",
"SL_MCP_TIMEOUT": "your-sl-mcp-timeout-here"
},
"args": [
"-y",
"sl-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for Sapling (sl). Gives LLMs structured access to Sapling repos with built-in safety guardrails.
claude mcp add --transport stdio sl -- npx -y sl-mcp
Restart Claude Code. Verify with /mcp — you should see the sl server listed.
Add to your MCP config file (.mcp.json, claude_desktop_config.json, etc.):
{
"mcpServers": {
"sl": {
"command": "npx",
"args": ["-y", "sl-mcp"]
}
}
}
22 tools across three tiers:
| Tier | Tools | Confirmation |
|---|---|---|
| Read | sl_status sl_diff sl_log sl_show sl_blame sl_cat sl_root sl_smartlog | None |
| Write | sl_goto sl_commit sl_amend sl_rebase sl_shelve sl_unshelve sl_add sl_remove sl_forget sl_revert sl_undo | Destructive ops warn LLM to confirm |
| Remote | sl_pull sl_push sl_pr_submit | Always confirm with user |
main/master is blocked server-side (not just a warning)| Env var | Default | Description |
|---|---|---|
SL_MCP_BINARY | sl | Path to Sapling binary |
SL_MCP_TIMEOUT | 30000 | Command timeout in ms |
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.