What is the RocketCyber MCP server?
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
How to install RocketCyber
Copy-paste configuration for popular MCP clients.
ROCKETCYBER_API_KEYrequiredsecretRocketCyber API key for authenticating to the Managed SOC API
ROCKETCYBER_CUSTOMER_IDrequiredRocketCyber customer (tenant) identifier
ROCKETCYBER_API_URLRocketCyber API base URL — override only if using a non-default region
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"rocketcyber-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/rocketcyber-mcp:v1.3.2"
],
"env": {
"ROCKETCYBER_API_KEY": "<YOUR_ROCKETCYBER_API_KEY>",
"ROCKETCYBER_CUSTOMER_ID": "<YOUR_ROCKETCYBER_CUSTOMER_ID>",
"ROCKETCYBER_API_URL": "<YOUR_ROCKETCYBER_API_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"rocketcyber-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/rocketcyber-mcp:v1.3.2"
],
"env": {
"ROCKETCYBER_API_KEY": "<YOUR_ROCKETCYBER_API_KEY>",
"ROCKETCYBER_CUSTOMER_ID": "<YOUR_ROCKETCYBER_CUSTOMER_ID>",
"ROCKETCYBER_API_URL": "<YOUR_ROCKETCYBER_API_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"rocketcyber-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/rocketcyber-mcp:v1.3.2"
],
"env": {
"ROCKETCYBER_API_KEY": "<YOUR_ROCKETCYBER_API_KEY>",
"ROCKETCYBER_CUSTOMER_ID": "<YOUR_ROCKETCYBER_CUSTOMER_ID>",
"ROCKETCYBER_API_URL": "<YOUR_ROCKETCYBER_API_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"rocketcyber-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/rocketcyber-mcp:v1.3.2"
],
"env": {
"ROCKETCYBER_API_KEY": "<YOUR_ROCKETCYBER_API_KEY>",
"ROCKETCYBER_CUSTOMER_ID": "<YOUR_ROCKETCYBER_CUSTOMER_ID>",
"ROCKETCYBER_API_URL": "<YOUR_ROCKETCYBER_API_URL>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add rocketcyber-mcp --env ROCKETCYBER_API_KEY=<YOUR_ROCKETCYBER_API_KEY> --env ROCKETCYBER_CUSTOMER_ID=<YOUR_ROCKETCYBER_CUSTOMER_ID> --env ROCKETCYBER_API_URL=<YOUR_ROCKETCYBER_API_URL> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/rocketcyber-mcp:v1.3.2Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
View repository →