Delimit for Cursor
io.github.delimit-ai/delimit
One workspace for every AI coding assistant. Shared tasks, memory, and governance.
client:Cursor
transport:stdio
runtime:npm
Install Delimit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"delimit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"delimit-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs