streamable-httpApache-2.0updated 8d ago
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 a Claude Code plugin that scans code as it is written.
checkmarx 能做什么?
Checkmarx Agentic AI
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 a Claude Code plugin that scans 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, 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.
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
Documentation
- docs/usage.md — the MCP tool catalog and example workflows
- docs/authentication.md — API key and OAuth2 setup
- docs/troubleshooting.md — connection, auth, and scan issues
License
Apache 2.0 — see LICENSE for details. It governs everything in this repository, including the
cx-devassist plugin.
Contributing
See CONTRIBUTING.md for guidelines, and SECURITY.md to report a vulnerability.
Website: Checkmarx.
© 2026 Checkmarx Ltd.
安装
把 checkmarx 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http checkmarx https://{cxone_base_url}/api/security-mcp/mcp/{tenant_id}codex mcp add checkmarx --url https://{cxone_base_url}/api/security-mcp/mcp/{tenant_id}{
"mcpServers": {
"checkmarx": {
"url": "https://{cxone_base_url}/api/security-mcp/mcp/{tenant_id}"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"checkmarx": {
"type": "http",
"url": "https://{cxone_base_url}/api/security-mcp/mcp/{tenant_id}"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"checkmarx": {
"url": "https://{cxone_base_url}/api/security-mcp/mcp/{tenant_id}"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"checkmarx": {
"serverUrl": "https://{cxone_base_url}/api/security-mcp/mcp/{tenant_id}"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档19/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年8月13日 |