Security Orchestra
Rank #40,525io.github.RobotFleet-HQ/security-orchestra
MCP server providing security-orchestra capabilities
Security Orchestra is a Model Context Protocol (MCP) server published by robotfleet-hq. It ranks #40,525 of 132,113 servers tracked on MCP Toplist. Security Orchestra is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Mar 10, 2026 and most recently updated on Mar 18, 2026.
Ranks ahead of 91,588 of 132,113 servers on MCP Toplist.
Use Security Orchestra
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http security-orchestra https://security-orchestra-orchestrator.onrender.com/sseclaude mcp add security-orchestra -e "SECURITY_ORCHESTRA_API_KEY=<your SECURITY_ORCHESTRA_API_KEY>" -- npx -y @securityorchestra/security-orchestraReplace each placeholder with your own value before saving.
[mcp_servers.security-orchestra]
url = "https://security-orchestra-orchestrator.onrender.com/sse"Add to ~/.codex/config.toml.
[mcp_servers.security-orchestra]
command = "npx"
args = ["-y", "@securityorchestra/security-orchestra"]
[mcp_servers.security-orchestra.env]
SECURITY_ORCHESTRA_API_KEY = "<your SECURITY_ORCHESTRA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://security-orchestra-orchestrator.onrender.com/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"security-orchestra": {
"command": "npx",
"args": [
"-y",
"@securityorchestra/security-orchestra"
],
"env": {
"SECURITY_ORCHESTRA_API_KEY": "<your SECURITY_ORCHESTRA_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"security-orchestra": {
"url": "https://security-orchestra-orchestrator.onrender.com/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"security-orchestra": {
"command": "npx",
"args": [
"-y",
"@securityorchestra/security-orchestra"
],
"env": {
"SECURITY_ORCHESTRA_API_KEY": "<your SECURITY_ORCHESTRA_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"security-orchestra": {
"type": "http",
"url": "https://security-orchestra-orchestrator.onrender.com/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"security-orchestra": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@securityorchestra/security-orchestra"
],
"env": {
"SECURITY_ORCHESTRA_API_KEY": "<your SECURITY_ORCHESTRA_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"security-orchestra": {
"serverUrl": "https://security-orchestra-orchestrator.onrender.com/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"security-orchestra": {
"command": "npx",
"args": [
"-y",
"@securityorchestra/security-orchestra"
],
"env": {
"SECURITY_ORCHESTRA_API_KEY": "<your SECURITY_ORCHESTRA_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"security-orchestra": {
"url": "https://security-orchestra-orchestrator.onrender.com/sse"
}
}
}{
"mcpServers": {
"security-orchestra": {
"command": "npx",
"args": [
"-y",
"@securityorchestra/security-orchestra"
],
"env": {
"SECURITY_ORCHESTRA_API_KEY": "<your SECURITY_ORCHESTRA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.RobotFleet-HQ%2Fsecurity-orchestra)<a href="https://mcptoplist.com/server/io.github.RobotFleet-HQ%2Fsecurity-orchestra"><img src="https://mcptoplist.com/badge/io.github.RobotFleet-HQ%2Fsecurity-orchestra.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
robotfleet-hq
Other servers by robotfleet-hq
View all robotfleet-hq servers →Available versions (4)
| Version | Published |
|---|---|
| 1.0.3 | Mar 18, 2026 |
| 1.0.2 | Mar 18, 2026 |
| 1.0.0 | Mar 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Security Orchestra?
- Security Orchestra is maintained by robotfleet-hq, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Security Orchestra listed on the Official MCP Registry?
- Yes — Security Orchestra is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Security Orchestra have?
- MCP Toplist tracks 4 versions of Security Orchestra, most recently published on Mar 18, 2026.
- Where can I find the source code for Security Orchestra?
- The source code for Security Orchestra is hosted at github.com/robotfleet-hq/security-orchestra.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.