Sabline for Cursor
io.github.gowrishankar-infra/sabline
Write Sabline, audit what it can touch, and run it under an effect budget.
client:Cursor
transport:stdio
runtime:pypi
Install Sabline in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sabline": {
"type": "stdio",
"command": "uvx",
"args": [
"sabline-lang"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs