Bloodhound-MCP
About
Bloodhound-MCP is a server implementation for Bloodhound’s API, providing a backend service to handle requests and manage data for the Bloodhound application.
Details
- Author
- tac01337
- Downloads
- 228
- Categories
- Other, API
Jump to
- Implements the API for Bloodhound.
- Handles data management and request processing.
- Designed for scalability and reliability.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bloodhound-MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies with pip install -r requirements.txt, then run the server using python bloodhound_server.py. It requires Linux and Python 3.6+.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"bloodhound-mcp": {
"bloodhound-mcp": {
"command": "python",
"args": [
"bloodhound_server.py"
]
}
}
}
}
McpServers
{
"bloodhound-mcp": {
"command": "python",
"args": [
"bloodhound_server.py"
]
}
}
Bloodhound-MCP
Bloodhound-MCP is a server implementation for Bloodhound's API. It provides a backend service to handle requests and manage data for the Bloodhound application.
Features
- Implements the API for Bloodhound. - Handles data management and request processing. - Designed for scalability and reliability.Requirements
- Linux operating system. - Python 3.6 or higher.Installation
1. Clone the repository: git clone <repository-url>
2. Navigate to the project directory:
cd bloodhound-mcp
3. Install dependencies:
pip install -r requirements.txt
Usage
Run the server using the following command:python bloodhound_server.py
Contributing
Contributions are welcome! Please follow these steps: 1. Fork the repository. 2. Create a new branch for your feature or bugfix. 3. Submit a pull request with a detailed description of your changes.License
This project is licensed under the terms of the LICENSE file included in the repository.Contact
For questions or support, please open an issue in the repository.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




