
mcp-armor
by aira-security·★ 115·Score 47
MCP Armor is a security scanner that discovers, analyzes, and secures MCP servers integrated with various Agentic IDEs and clients.
Overview
MCP Armor provides comprehensive security protection for Model Context Protocol operations. It automatically discovers MCP configurations across popular environments like Cursor, Windsurf, VS Code, and Claude Desktop. The tool catalogs available tools, resources, and prompt templates while conducting specialized security checks including Prompt Injection, Rug Pull Attack, Cross-server Tool Shadowing, and Tool Poisoning. It generates detailed JSON and Markdown reports with actionable findings and maintains audit trails for full traceability of changes.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose MCP Armor when you need to audit and secure MCP server configurations against security vulnerabilities and detect unauthorized changes in AI agent tool integrations.
When NOT to choose this
Don't choose MCP Armor if you need runtime enforcement and blocking capabilities, as it only performs static analysis without active protection mechanisms.
Comparable tools
Installation
pip install mcp-armorFor Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-armor": {
"command": "mcp-armor",
"args": []
}
}
}FAQ
- Is my source code ever shared, or does everything run locally?
- MCP Armor runs entirely locally. Inspect and scan modes analyze your MCP configurations directly on your machine. Prompt injection checks use an open-source model downloaded to your local environment, ensuring your data and code is never shared externally.
- What types of security checks does MCP Armor perform?
- MCP Armor performs checks including Prompt Injection, Indirect Prompt Injection, Cross-Server Tool Shadowing, Tool Poisoning, Tool Name Ambiguity, Command Injection, Excessive Tool Permissions, Hardcoded Secrets, and detects Rug Pull Attacks through baseline drift detection.
Compare mcp-armor with
Last updated · Auto-generated from public README + GitHub signals.