Delimit for VS Code
io.github.delimit-ai/delimit
One workspace for every AI coding assistant. Shared tasks, memory, and governance.
client:VS Code
transport:stdio
runtime:npm
Install Delimit in VS Code
.vscode/mcp.json
{
"servers": {
"delimit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"delimit-cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs