PluginBench
MCP Server
Active
MIT

Delimit — API Governance for AI Coding Assistants MCP Server

io.github.delimit-ai/delimit-mcp-server

What is the Delimit — API Governance for AI Coding Assistants MCP server?

API governance for AI coding assistants. Breaking changes, policies, cross-model context.

How to install Delimit — API Governance for AI Coding Assistants

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-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "delimit-cli"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "delimit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "delimit-cli"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "delimit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "delimit-cli"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "delimit-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "delimit-cli"
      ]
    }
  }
}
Claude Code
claude mcp add delimit-mcp-server -- npx -y delimit-cli

Related MCP servers

Delimit

Active

One workspace for every AI coding assistant. Shared tasks, memory, and governance.

19
Python
MIT
View repository →
Delimit — API Governance for AI Coding Assistants MCP Server | PluginBench