Discover and explore top open-source AI tools and projects—updated daily.
Active Directory security analysis via natural language
Top 93.9% on SourcePulse
BloodHound-MCP-AI integrates BloodHound, an Active Directory attack path analysis tool, with AI via the Model Context Protocol (MCP). This allows security professionals to query complex AD security data and attack paths using natural language, making advanced analysis more accessible.
How It Works
This project leverages BloodHound's graph database (Neo4j) to store Active Directory relationships. It acts as an MCP Server, enabling AI models to interact with this data. Users can pose natural language queries, which are translated into actionable insights about AD security, privilege escalation, and attack vectors, bypassing the need for manual Cypher queries.
Quick Start & Requirements
git clone
the repository, pip install -r requirements.txt
.BLOODHOUND_URI
, BLOODHOUND_USERNAME
, and BLOODHOUND_PASSWORD
in the MCP server configuration.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project requires specific versions of BloodHound and Python, and relies on correctly configured Neo4j and MCP client setups. The README does not provide explicit links to official documentation or demos.
2 months ago
Inactive