SecureMCP

makalin/SecureMCP
★ 139 stars Go 🔒 Security Updated 1mo ago
SecureMCP is a security auditing tool designed to detect vulnerabilities and misconfigurations in applications using the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction). It proactively identifies threats like OAuth token leakage, prompt injection vulnerabilities, rogue MCP servers, and tool poisoning attacks.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "securemcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/makalin/SecureMCP@latest"
      ]
    }
  }
}