@opqrapp/sapling-mcp
v1.0.2
Published
MCP Server for Sapling SCM - A Node.js implementation demonstrating custom tools integration
Maintainers
Readme
Sapling MCP Server
A Node.js implementation of Model Context Protocol (MCP) server for Sapling SCM.
Installation
npm install @opqrapp/sapling-mcpUsage
You can run the MCP server directly using npx:
npx @opqrapp/sapling-mcpDevelopment
For local development:
- Install dependencies:
npm install- Build the project:
npm run build- Run in development mode:
npm run devCursor Integration
{
"mcpServers": {
"sapling": {
"command": "npx",
"args": ["-y", "@opqrapp/sapling-mcp"]
}
}
}Now you can select "Sapling MCP" as your MCP server in Cursor settings.
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
