Security|Development|AI / MLGo

SecureMCP

SecureMCP is a security auditing tool designed to detect vulnerabilities and misconfigurations in applications using the Model Context Protocol (MCP).

Free
N/A rating (0 reviews)0 installs139 GitHub stars
securityauditingMCP

SecureMCP proactively identifies threats like OAuth token leakage, prompt injection vulnerabilities, rogue MCP servers, and tool poisoning attacks. It provides comprehensive scanning and reporting features for enhanced security.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "securemcp": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-securemcp"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.