MCP Directory

delimit-ai/delimit

GitHub
Developer Tools

API governance server that detects breaking changes in OpenAPI specs. Diffs two spec versions, applies configurable policy rules (strict/default/relaxed), and returns structured pass/fail verdicts. 23 change types, 10 breaking. Supports OpenAPI 3.0, 3.1, and Swagger 2.0.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y delimit

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from delimit-ai/delimit your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "delimit": {
      "command": "npx",
      "args": [
        "-y",
        "delimit"
      ]
    }
  }
}

Route delimit-ai/delimit intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add delimit

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use delimit-ai/delimit directly without routing

npx -y delimit

New to Agent-CoreX? View setup guide →

delimit-ai/delimit MCP Server — Agent-CoreX