Skip to main content
Corridor can integrate with any MCP-compatible tool. Corridor’s MCP server is standards-compliant, so any tool that can call an MCP endpoint can leverage Corridor’s security guardrails.

Prerequisites

  • An AI coding tool that supports MCP servers
  • A Corridor account with a team created

Setup

1

Generate a Corridor API token

Generate a Corridor API token in your Corridor settings.
2

Configure your MCP client

Configure your MCP client with the following:
{
  "mcpServers": {
    "corridor": {
      "transport": "http",
      "url": "https://app.corridor.dev/api/mcp?token={generated_token}"
    }
  }
}
Replace {generated_token} with your Corridor API token. The exact configuration format may vary depending on your tool—refer to your tool’s documentation for how to add an HTTP MCP server.
Once configured, your AI tool will consult Corridor’s guardrails during code generation, providing security feedback automatically.

Next steps