Home /
AI/LLM / mcp-server-audit-A-Static-Security-and-Hygiene-Audit-CLI-for-MCP-Servers
A CI-friendly open-source CLI that statically audits MCP servers before they are wired into AI agents. It flags tool poisoning, hidden Unicode payloads, misleading annotations, and lax schemas, without ever invoking a tool, and reports findings by severity for pipeline gating.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-audit-a-s": {
"command": "uvx",
"args": [
"mcp-server-audit-a-static-security-and-hygiene-audit-cli-for-mcp-servers"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-audit-a-s uvx mcp-server-audit-a-static-security-and-hygiene-audit-cli-for-mcp-servers
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-audit-a-s": {
"command": "uvx",
"args": [
"mcp-server-audit-a-static-security-and-hygiene-audit-cli-for-mcp-servers"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-server-audit-a-static-security-and-hygiene-audit-cli-for-mcp-servers