MCP.so
Sign In

Bloodhound-MCP

@tac01337

About Bloodhound-MCP

MCP server for bloodhound's api

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

tac01337

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "bloodhound-mcp": {
      "command": "python",
      "args": [
        "bloodhound_server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Bloodhound-MCP?

Bloodhound-MCP is a server implementation for Bloodhound’s API, providing a backend service to handle requests and manage data for the Bloodhound application.

How to use Bloodhound-MCP?

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+.

Key features of Bloodhound-MCP

  • Implements the API for Bloodhound.
  • Handles data management and request processing.
  • Designed for scalability and reliability.

Use cases of Bloodhound-MCP

  • Deploying a backend server for the Bloodhound application.
  • Managing and processing API requests for Bloodhound data.

FAQ from Bloodhound-MCP

Comments

More Other MCP servers