Skip to content

tamish560/awesome-mcp-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Awesome MCP Security Awesome

A curated list of security tools, frameworks, scanners, gateways, and resources for the Model Context Protocol (MCP).

MCP is an open protocol that standardizes how AI agents connect to external tools and data sources. As adoption grows, so does the attack surface. This list tracks the ecosystem of projects working to make MCP safer.

Contents


Scanners and Auditors

Tools that inspect MCP servers for vulnerabilities, misconfigurations, and malicious behavior.

  • invariantlabs-ai/mcp-scan - Detects prompt injection, tool poisoning, and other security issues in MCP servers. By Invariant Labs.
  • snyk/agent-scan - Security scanner for AI agents, MCP servers, and agent skills. By Snyk.
  • cisco-ai-defense/mcp-scanner - Scans MCP servers for potential threats and security findings. By Cisco AI Defense.
  • tayler-id/mcphound - Comprehensive MCP security scanner covering attack paths, tool poisoning, typosquats, CVEs, trust scores, and rug-pull detection.
  • tamish560/mcprobe - Security scanner for MCP servers. Detects prompt injection in tool descriptions, tool shadowing, and drift (rug-pull). Single binary, zero dependencies, Go stdlib only. Outputs text, JSON, and SARIF.
  • ModelContextProtocol-Security/mcpserver-audit - Audits MCP servers for security problems before use. Part of the Cloud Security Alliance MCP Security initiative.
  • slowmist/MCP-Security-Checklist - Comprehensive security checklist for MCP-based AI tools. By SlowMist.
  • MCPGuard - Security scanner for MCP servers. Commercial with free tier.

Gateways and Proxies

Infrastructure that sits between MCP clients and servers to enforce policy, log traffic, and control access.

  • valtors/observer - Transparent MCP proxy for agent observability. SQLite trace storage, metadata-only by default, redaction patterns, session isolation. By Valtors.
  • reaatech/mcp-gateway - Production MCP gateway with OAuth/OIDC, API key auth, per-tenant rate limiting, schema enforcement, tool allowlists, audit trail.
  • lasso-security/mcp-gateway - Plugin-based gateway that orchestrates MCPs with enterprise-grade security. By Lasso Security.
  • enkryptai/secure-mcp-gateway - Admin-level gateway with guardrails at each MCP server to prevent security issues.
  • qm-labs/agent-mcp-gateway - Per-subagent MCP access controls. Loads only 3 tools instead of all definitions. Prevents context window bloat.
  • sparfenyuk/mcp-proxy - Bridge between Streamable HTTP and stdio MCP transports.
  • smart-mcp-proxy/mcpproxy-go - Go-based MCP proxy with security features.

Firewalls and Guardrails

Runtime enforcement tools that block malicious requests, detect threats, and apply policies.

  • ressl/mcp-firewall - Open-source security gateway for AI agents. Policy enforcement, threat detection, compliance-ready audit logging.
  • General-Analysis/mcp-guard - Secures MCP clients from prompt injection attacks and other threats.
  • GenTelLab/MCP-Guard - Multi-stage defense-in-depth framework for securing MCP in agentic AI. Research-backed.
  • promptfoo - Red-team testing framework with MCP proxy for enterprise security testing.

Observability and Tracing

Tools that log, trace, and monitor MCP interactions for debugging, auditing, and incident response.

Redaction and Data Protection

Tools that prevent sensitive data from reaching LLMs through MCP tool calls.

  • r3352/redact-mcp - MCP server that auto-obfuscates sensitive data. Regex and AI-powered NER detection.
  • Strac MCP DLP - Data loss prevention for MCP deployments. Prevents sensitive data exfiltration through MCP tools.

Access Control and Authorization

Tools for restricting which tools agents can call and managing permissions.

Authentication

Tools and libraries for authenticating MCP clients and servers.

Offensive Security and Testing

Tools for penetration testing MCP deployments and security research.

Guides and Best Practices

Research and Standards


Contributing

Contributions are welcome. Please read the contributing guidelines before submitting a pull request.

About

A curated list of MCP security tools, frameworks, scanners, gateways, and resources.

Topics

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors