{"id":45651461,"url":"https://github.com/wyre-technology/rocketcyber-mcp","last_synced_at":"2026-06-02T03:03:09.945Z","repository":{"id":340279223,"uuid":"1165225819","full_name":"wyre-technology/rocketcyber-mcp","owner":"wyre-technology","description":"MCP (Model Context Protocol) server for RocketCyber Managed SOC platform","archived":false,"fork":false,"pushed_at":"2026-05-19T15:31:01.000Z","size":20299,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T18:53:05.926Z","etag":null,"topics":["cybersecurity","mcp","model-context-protocol","msp","msp-mcp","rocketcyber","typescript","wyre-technology"],"latest_commit_sha":null,"homepage":"https://mcp.wyretechnology.com/mcp-servers/rocketcyber/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wyre-technology.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-24T00:23:57.000Z","updated_at":"2026-05-19T15:42:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wyre-technology/rocketcyber-mcp","commit_stats":null,"previous_names":["wyre-technology/rocketcyber-mcp"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/wyre-technology/rocketcyber-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Frocketcyber-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Frocketcyber-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Frocketcyber-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Frocketcyber-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wyre-technology","download_url":"https://codeload.github.com/wyre-technology/rocketcyber-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyre-technology%2Frocketcyber-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33803734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cybersecurity","mcp","model-context-protocol","msp","msp-mcp","rocketcyber","typescript","wyre-technology"],"created_at":"2026-02-24T06:18:31.775Z","updated_at":"2026-06-02T03:03:09.934Z","avatar_url":"https://github.com/wyre-technology.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rocketcyber-mcp\n\nMCP (Model Context Protocol) server for the [RocketCyber](https://www.rocketcyber.com/) Managed SOC platform. Provides read-only access to RocketCyber security data through 10 tools and 3 resources.\n\n## Features\n\n- 10 read-only tools covering all RocketCyber API resources\n- 3 MCP resources for quick data access\n- Dual transport: stdio (default) and HTTP Streamable\n- Lazy SDK initialization on first tool call\n- Winston logger with all output routed to stderr\n- Connection test tool for validating credentials\n\n## One-Click Deployment\n\n[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/wyre-technology/rocketcyber-mcp/tree/main)\n\n[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/wyre-technology/rocketcyber-mcp)\n\n## Installation\n\n```bash\nnpm install\nnpm run build\n```\n\n## Configuration\n\n| Environment Variable | Required | Default | Description |\n|---|---|---|---|\n| `ROCKETCYBER_API_KEY` | Yes | - | RocketCyber API key |\n| `ROCKETCYBER_REGION` | No | `us` | API region: `us` or `eu` |\n| `MCP_TRANSPORT` | No | `stdio` | Transport type: `stdio` or `http` |\n| `MCP_HTTP_PORT` | No | `8080` | HTTP port (when using http transport) |\n| `MCP_HTTP_HOST` | No | `0.0.0.0` | HTTP host (when using http transport) |\n| `LOG_LEVEL` | No | `info` | Log level: `error`, `warn`, `info`, `debug` |\n| `LOG_FORMAT` | No | `simple` | Log format: `json` or `simple` |\n\n## Usage\n\n### Claude Desktop (stdio)\n\nAdd to your Claude Desktop configuration (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"rocketcyber\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/rocketcyber-mcp/dist/entry.js\"],\n      \"env\": {\n        \"ROCKETCYBER_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```\n\n### HTTP Transport\n\n```bash\nROCKETCYBER_API_KEY=your-api-key MCP_TRANSPORT=http npm start\n```\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `rocketcyber_test_connection` | Test the connection to RocketCyber API |\n| `rocketcyber_get_account` | Get account information |\n| `rocketcyber_list_agents` | List monitored agents/endpoints |\n| `rocketcyber_list_incidents` | List security incidents |\n| `rocketcyber_list_events` | List security events |\n| `rocketcyber_get_event_summary` | Get event summary/statistics |\n| `rocketcyber_list_firewalls` | List firewall devices |\n| `rocketcyber_list_apps` | List managed apps |\n| `rocketcyber_get_defender` | Get Windows Defender status |\n| `rocketcyber_get_office` | Get Office 365 status |\n\n## Resources\n\n| URI | Description |\n|---|---|\n| `rocketcyber://account` | Account information |\n| `rocketcyber://incidents` | Security incidents |\n| `rocketcyber://agents` | Monitored agents/endpoints |\n\n## Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Run in development mode\nnpm run dev\n\n# Build\nnpm run build\n\n# Start production server\nnpm start\n```\n\n## License\n\n[Apache-2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyre-technology%2Frocketcyber-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyre-technology%2Frocketcyber-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyre-technology%2Frocketcyber-mcp/lists"}