MCP

Connect an AI coding client to the Arcjet MCP server at https://api.arcjet.com/mcp. Use when the client has built-in MCP support or the CLI is not available.

arcjet 1e04fc8 981 B Updated

File contents

Arcjet MCP server

Endpoint: https://api.arcjet.com/mcp only. OAuth on first connect. Enable write confirmations. Prefer @arcjet/skills#cli when a terminal is available.

Cursor.cursor/mcp.json:

{
  "mcpServers": {
    "arcjet": {
      "type": "streamable-http",
      "url": "https://api.arcjet.com/mcp"
    }
  }
}

VS Code.vscode/mcp.json with "type": "http" and the same URL.

Claude Code:

claude mcp add arcjet --transport http https://api.arcjet.com/mcp

Bootstrap: list-teamslist-sitesget-site-key → write ARCJET_KEY. Investigate: analyze-traffic, list-requests, list-guards, investigate-ip. Remote rules: create-rule (DRY_RUN) → get-dry-run-impactpromote-rule.

arcjet/arcjet-js/tree/main/arcjet-skills/skills/mcp commit 1e04fc8791

Frequently asked questions

npx skillmds@latest add arcjet/mcp