MCP server for Huntress — accounts, organizations, agents, incidents, and reports.
claude mcp add huntress-mcp -- docker run -i --rm ghcr.io/wyre-technology/huntress-mcp:v1.2.10
claude_desktop_config.json
{
"mcpServers": {
"huntress-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/huntress-mcp:v1.2.10"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"huntress-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/huntress-mcp:v1.2.10"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"huntress-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/huntress-mcp:v1.2.10"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"huntress-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/huntress-mcp:v1.2.10"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"huntress-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/huntress-mcp:v1.2.10"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.wyre-technology--huntress-mcp/reviews or the review_server meta-tool.
POST /mcp