1.0.2 • Published 6 months ago
@opqrapp/sapling-mcp v1.0.2
Sapling MCP Server
A Node.js implementation of Model Context Protocol (MCP) server for Sapling SCM.
Installation
npm install @opqrapp/sapling-mcp
Usage
You can run the MCP server directly using npx:
npx @opqrapp/sapling-mcp
Development
For local development:
- Install dependencies:
npm install
- Build the project:
npm run build
- Run in development mode:
npm run dev
Cursor 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.