Veracode MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Veracode MCPShow me the high-severity findings from the last scan"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Veracode MCP
Quick Start
1. Install
pip install -r requirements.txt2. Add credentials to .env
VERACODE_API_ID=your_api_id
VERACODE_API_KEY=your_api_keyGet these from Veracode Platform → My Profile → API Credentials
3. Add to .cursor/mcp.json
{
"mcpServers": {
"veracode": {
"command": "python",
"args": ["server.py"],
"cwd": "C:/path/to/veracode-mcp"
}
}
}Set
cwdto the full path of theveracode-mcpfolder on your machine.
Examples:
Windows:
"cwd": "C:/Users/you/veracode-mcp"macOS/Linux:
"cwd": "/home/you/veracode-mcp"Not sure of the path? Run this in your terminal to print it:
# Windows (PowerShell) (Get-Item .\veracode-mcp).FullName # macOS / Linux realpath ./veracode-mcp
Restart Cursor — that's it. Ask Cursor to run a Veracode scan and it will use the tools automatically.
Related MCP server: SAST MCP Server
What you can ask Cursor
"List my Veracode applications"
"Zip the bin folder and run a SAST scan on app 12345"
"Wait for the scan to finish and show me the findings"
"Show me SCA vulnerabilities from the last scan"
"List my SCA workspaces and get CVEs for my project"
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides real-time OWASP ASVS security guidance and vulnerability scanning for AI coding agents. Enables proactive security during code generation by checking security requirements, scanning code for vulnerabilities, and suggesting secure code fixes.Last updated3MIT
- Alicense-qualityBmaintenanceIntegrates 15+ static application security testing tools (Semgrep, Bandit, TruffleHog, etc.) with Claude Code AI, enabling automated vulnerability scanning and security analysis through natural language commands. Supports cross-platform operation with remote execution on dedicated security VMs.Last updated7MIT
- Alicense-qualityFmaintenanceProvides security scanning capabilities through Snyk CLI tools and REST API, enabling AI assistants to test projects for vulnerabilities, retrieve security issues, and manage Snyk projects with comprehensive SAST, container, and infrastructure as code scanning.Last updated2MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to scan project dependencies and Infrastructure as Code files for security vulnerabilities and misconfigurations. It also provides automated fixing capabilities to remediate identified security issues.Last updated183MIT
Related MCP Connectors
Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.
Threat modeling, code/cloud/pipeline scanning, shadow-AI discovery, compliance checks and fixes.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ChinYoong/Veracode-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server