diff --git a/servers/checkmarx/cx-icon-logo.svg b/servers/checkmarx/cx-icon-logo.svg new file mode 100644 index 0000000..ae59fb5 --- /dev/null +++ b/servers/checkmarx/cx-icon-logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/servers/checkmarx/server.json b/servers/checkmarx/server.json new file mode 100644 index 0000000..58f6140 --- /dev/null +++ b/servers/checkmarx/server.json @@ -0,0 +1,13 @@ +{ + "name": "Checkmarx", + "description": "A secure gateway that bridges AI-powered development assistants with the Checkmarx One security platform.", + "transport": [ + "http" + ], + "domains": ["checkmarx.net"], + "icon": "./icon.svg", + "oauth": true, + "config": { + "url": "https:///api/security-mcp/mcp" + } +} diff --git a/servers/index.json b/servers/index.json index e485eb5..aa1a503 100644 --- a/servers/index.json +++ b/servers/index.json @@ -62,5 +62,6 @@ "terraform", "vault", "browser-use", - "sanity" + "sanity", + "checkmarx" ]