makalin/SecureMCP
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.
Platform-specific configuration:
{
"mcpServers": {
"SecureMCP": {
"command": "npx",
"args": [
"-y",
"SecureMCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...