sl mcp for Grok
io.github.donovan-jasper/sl-mcp
MCP server for Sapling (sl) version control
client:Grok
transport:stdio
runtime:npm
Install sl mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sl-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sl-mcp"
],
"env": {
"SL_MCP_BINARY": "<SL_MCP_BINARY>",
"SL_MCP_TIMEOUT": "<SL_MCP_TIMEOUT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs