← Index

Delimit — API Governance for AI Coding Assistants

io.github.delimit-ai/delimit-mcp-server·v4.1.38·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (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"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y delimit-cli
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other