What is the Delimit MCP server?
One workspace for every AI coding assistant. Shared tasks, memory, and governance.
How to install Delimit
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"delimit": {
"command": "npx",
"args": [
"-y",
"delimit-cli"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"delimit": {
"command": "npx",
"args": [
"-y",
"delimit-cli"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"delimit": {
"command": "npx",
"args": [
"-y",
"delimit-cli"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"delimit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"delimit-cli"
]
}
}
}Claude Code
claude mcp add delimit -- npx -y delimit-cliRelated MCP servers
API governance for AI coding assistants. Breaking changes, policies, cross-model context.
19
View repository →Python
MIT