Skip to main content
Glama
Checkmarx
by Checkmarx

Checkmarx Agentic AI

License

Checkmarx application security, built for AI coding agents. This repository holds two ways to bring Checkmarx One into an AI-assisted workflow: an MCP server your assistant can call, and fail-closed plugins (Claude Code, Cursor, Copilot CLI, Gemini CLI) that scan code as it is written.

Use them together or separately — they solve different halves of the problem.

Checkmarx Security MCP

A hosted MCP server that connects any MCP-capable AI client — Claude, Cursor, Copilot, Gemini CLI, Windsurf, Kiro — to Checkmarx One. It exposes scanning, findings, project management, and AI-generated remediation as tools your assistant can call in conversation.

Reach for this when you want your assistant to scan projects, investigate findings, or fix them on request — in whichever AI client you already use. Configure it once (see examples/ for per-client config) and ask.

Related MCP server: StackHawk MCP Server

How it works (at a glance)

For more details README-MCP.md

cx-devassist plugin

plugins/cx-devassist/README.md

A fail-closed security gate for Claude Code. Before Claude writes a file, runs a command, or calls a tool, the Checkmarx cx CLI scans the proposed action. Real vulnerabilities are blocked rather than silently allowed — and so is the case where the scanner itself can't be trusted to run. Findings are remediated through the bundled Checkmarx MCP server.

Reach for this when you want the check to be automatic and non-optional rather than something someone remembers to ask for.

For more details plugins/cx-devassist/README.md

cx-cursor-plugin

Plugin for Cursor that integrates the Checkmarx MCP server directly through the Cursor's marketplace mechanism.

Refer README-MCP.md for more details on the MCP server.

For more details plugins/cx-cursor-plugin/README.md

cursor-devassist

plugins/cursor-devassist/README.md

A fail-closed security gate for Cursor. Before Cursor writes or edits a scannable file or calls a Checkmarx MCP tool, the Checkmarx cx CLI scans the proposed action. Real vulnerabilities are blocked rather than silently allowed — and so is the case where the scanner itself can't be trusted to run. Findings are remediated through the bundled Checkmarx MCP server.

Reach for this when you want the check to be automatic and non-optional rather than something someone remembers to ask for.

For more details plugins/cursor-devassist/README.md

copilot-devassist

plugins/copilot-devassist/README.md

A fail-closed security gate for GitHub Copilot CLI. Before Copilot creates or edits a file, the Checkmarx cx CLI scans the proposed content. Real vulnerabilities are blocked rather than silently allowed — and so is the case where the scanner itself can't be trusted to run. Findings are remediated through the bundled Checkmarx MCP server.

Reach for this when you want the check to be automatic and non-optional rather than something someone remembers to ask for.

For more details plugins/copilot-devassist/README.md

codex-devassist

plugins/codex-devassist/README.md

A fail-closed security gate for OpenAI's Codex CLI. Before Codex runs a shell command, applies a patch, or calls a Checkmarx MCP tool, the Checkmarx cx CLI scans the proposed action. Real vulnerabilities are blocked rather than silently allowed — and so is the case where the scanner itself can't be trusted to run. Findings are remediated through the bundled Checkmarx MCP server.

gemini-cli-devassist

docs/gemini-cli-devassist.md

A fail-closed security gate for Gemini CLI. Before Gemini creates or edits a file, the Checkmarx cx CLI scans the proposed content. Real vulnerabilities are blocked rather than silently allowed — and so is the case where the scanner itself can't be trusted to run. Findings are remediated through the bundled Checkmarx MCP server.

Reach for this when you want the check to be automatic and non-optional rather than something someone remembers to ask for.

For more details plugins/codex-devassist/README.md For more details docs/gemini-cli-devassist.md

This extension lives at the repository root (gemini-extension.json, GEMINI.md, hooks/, scripts/, config/, skills/), since Gemini CLI installs extensions from the root of a repo:

gemini extensions install "C:\path\to\cx-agentic-ai"

Documentation

License

Apache 2.0 — see LICENSE for details. It governs everything in this repository, including the Claude Code, Cursor, Copilot CLI, and Gemini CLI plugins.

Contributing

See CONTRIBUTING.md for guidelines, and SECURITY.md to report a vulnerability.

Website: Checkmarx.

© 2026 Checkmarx Ltd.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Allows developers to query security findings (SAST issues, secrets, patches) using natural language within AI-assisted tools like Claude Desktop, Cursor, and other MCP-compatible environments.
    17
    9
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server for integrating with StackHawk's security scanning platform. Helps developers set up StackHawk, run security scans, and triage findings to fix vulnerabilities — all from within an LLM-powered IDE or chat.
    40 PyPI
    10
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Cursor that scans codebases for security issues including hardcoded secrets, SAST, vulnerable dependencies, and IaC misconfigurations.
    7
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A local MCP server that scans repository dependencies for known vulnerabilities (CVEs) using OSV.dev, enriches findings with NVD and CISA KEV data, and supports triage, remediation, and accepted risk management directly from an AI coding assistant.
    6
    19 npm
    1
    MIT