Huntress for Cursor
io.github.wyre-technology/huntress-mcp
MCP server for Huntress — accounts, organizations, agents, incidents, and reports.
client:Cursor
transport:stdio
runtime:oci
Install Huntress in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"huntress-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/huntress-mcp:v1.2.19"
],
"env": {
"HUNTRESS_API_KEY": "<HUNTRESS_API_KEY>",
"HUNTRESS_API_SECRET": "<HUNTRESS_API_SECRET>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs