RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.wyre-technology/rocketcyber-mcp · v1.3.1
MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.
RocketCyber 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"rocketcyber-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/rocketcyber-mcp:v1.3.1"
],
"env": {
"ROCKETCYBER_API_KEY": "<ROCKETCYBER_API_KEY>",
"ROCKETCYBER_CUSTOMER_ID": "<ROCKETCYBER_CUSTOMER_ID>"
}
}
}
}ROCKETCYBER_API_KEY必填secretRocketCyber API key for authenticating to the Managed SOC API
ROCKETCYBER_CUSTOMER_ID必填RocketCyber customer (tenant) identifier
ROCKETCYBER_API_URL可选RocketCyber API base URL — override only if using a non-default region
MCP_TRANSPORT可选Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE可选Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL可选Log verbosity: debug, info, warn, error
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.wyre-technology/rocketcyber-mcp",
"type": "mcp-server",
"version": "1.3.1",
"displayName": "RocketCyber",
"description": "MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.",
"repository": {
"url": "https://github.com/wyre-technology/rocketcyber-mcp",
"source": "github"
},
"homepage": "https://github.com/wyre-technology/rocketcyber-mcp",
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/rocketcyber-mcp:v1.3.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "ROCKETCYBER_API_KEY",
"description": "RocketCyber API key for authenticating to the Managed SOC API",
"isRequired": true,
"isSecret": true
},
{
"name": "ROCKETCYBER_CUSTOMER_ID",
"description": "RocketCyber customer (tenant) identifier",
"isRequired": true
},
{
"name": "ROCKETCYBER_API_URL",
"description": "RocketCyber API base URL — override only if using a non-default region"
},
{
"name": "MCP_TRANSPORT",
"description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting."
},
{
"name": "AUTH_MODE",
"description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway."
},
{
"name": "LOG_LEVEL",
"description": "Log verbosity: debug, info, warn, error"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.wyre-technology/rocketcyber-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.wyre-technology%2Frocketcyber-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}