Back to Apps

Agentic Security Audit MVP
by vitoxvi
Multi-agent system for automated security auditing of database access configurations using MCP.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides a suite of MCP servers designed to automate the security auditing of database access. It allows AI agents to translate business requirements into policies, audit database configurations, and generate remediation SQL scripts.
Tools
list_all_tables: Lists all tables in the corporate database.list_all_users: Lists all database users and roles.get_users_with_table_access: Identifies users with access to a specific table.send_mail: Sends audit reports via an internal email server.list_all_ad_users: Retrieves users from Active Directory.
Installation
This project uses a custom multi-server setup. To run the core DB server via Python:
{
"mcpServers": {
"db-audit": {
"command": "python",
"args": ["src/servers/implementations/db_mcp_server.py"]
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
Custom implementation requiring local Python environment and database connection.





