Skip to main content
Glama

SecureCode MCP

Standalone MCP (Model Context Protocol) server for SecureCode AI. Provides security scanning tools to AI coding assistants — Cursor, Claude Code, Codex, Windsurf, and other compatible MCP clients — without requiring the VS Code extension.

Install

npm install -g @securecode-ai/mcp

Related MCP server: VulScan-MCP

Authenticate

securecode-mcp login

Or set the SECURECODE_API_TOKEN environment variable.

MCP client configuration

Cursor / Windsurf

{
  "mcpServers": {
    "securecode": {
      "command": "securecode-mcp",
      "args": ["serve", "--workspace", "/path/to/your/project"]
    }
  }
}

Claude Code

claude mcp add securecode -s user -- securecode-mcp serve --workspace /path/to/your/project

Tools

Tool

Description

Approval

securecode.scan

Scan code for vulnerabilities using the AI pipeline

No

securecode.map

Get the Project Map (endpoints, middleware, auth)

No

securecode.fix

Generate a patch for a specific finding

Yes

securecode.attack

Endpoint red-team testing (beta)

Yes

CLI

securecode-mcp serve [--workspace <path>]    Start the MCP stdio server
securecode-mcp login [--api-url <url>]      Store your API token
securecode-mcp status                       Show auth status
securecode-mcp logout                       Remove credentials

Security

  • No API token in MCP client configuration — credentials are stored in ~/.securecode/credentials.json (mode 0600) or the SECURECODE_API_TOKEN env var.

  • File reads are confined to the --workspace root.

  • Fixes are returned for review and never auto-applied.

  • No telemetry.

Development

npm install
npm run build
npm test
A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.

  • Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.

  • Scans MCP servers for tool poisoning, prompt injection and supply chain risks.

View all MCP Connectors

Latest Blog Posts

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/AhmedSleem06/SecureCode-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server