CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Sl Mcp

donovan-jasper/sl-mcp
STDIOregistry active
Summary

Gives Claude structured access to Sapling version control with 22 tools split across read, write, and remote operations. You get the standard workflow commands like status, diff, log, and blame, plus write operations like commit, amend, rebase, and shelve. The server has built-in guardrails: force pushes to main or master are blocked outright, destructive operations warn the LLM to confirm with you, and remote tools like pull, push, and pr_submit always require confirmation. Useful if you're working in a Sapling repo and want Claude to handle version control operations without leaving the conversation. Runs via npx with configurable timeout and binary path.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

sl-mcp

MCP server for Sapling (sl). Gives LLMs structured access to Sapling repos with built-in safety guardrails.

Prerequisites

  • Sapling installed and on your PATH
  • Node.js 18+

Install

Claude Code

claude mcp add --transport stdio sl -- npx -y sl-mcp

Restart Claude Code. Verify with /mcp — you should see the sl server listed.

Other MCP clients

Add to your MCP config file (.mcp.json, claude_desktop_config.json, etc.):

{
  "mcpServers": {
    "sl": {
      "command": "npx",
      "args": ["-y", "sl-mcp"]
    }
  }
}

Tools

22 tools across three tiers:

TierToolsConfirmation
Readsl_status sl_diff sl_log sl_show sl_blame sl_cat sl_root sl_smartlogNone
Writesl_goto sl_commit sl_amend sl_rebase sl_shelve sl_unshelve sl_add sl_remove sl_forget sl_revert sl_undoDestructive ops warn LLM to confirm
Remotesl_pull sl_push sl_pr_submitAlways confirm with user

Safety

  • Force push to main/master is blocked server-side (not just a warning)
  • Destructive tools (rebase, revert, goto --clean) include confirmation guidance in tool descriptions
  • Remote tools always instruct the LLM to confirm before executing

Configuration

Env varDefaultDescription
SL_MCP_BINARYslPath to Sapling binary
SL_MCP_TIMEOUT30000Command timeout in ms

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

SL_MCP_BINARY

Path to Sapling binary

SL_MCP_TIMEOUT

Command timeout in milliseconds

Registryactive
Packagesl-mcp
TransportSTDIO
UpdatedMar 13, 2026
View on GitHub