MCP Server
Rank #69,840com.offensive360/o360-mcp
Run Offensive360 SAST scans (60+ languages) on local code; findings with file/line and fixes
MCP Server is a Model Context Protocol (MCP) server published by offensive360. It ranks #69,840 of 132,113 servers tracked on MCP Toplist. MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 2, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 62,273 of 132,113 servers on MCP Toplist.
Use MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add o360-mcp -e "O360_URL=<your O360_URL>" -e "O360_TOKEN=<your O360_TOKEN>" -- npx -y o360-mcpReplace each placeholder with your own value before saving.
[mcp_servers.o360-mcp]
command = "npx"
args = ["-y", "o360-mcp"]
[mcp_servers.o360-mcp.env]
O360_URL = "<your O360_URL>"
O360_TOKEN = "<your O360_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"o360-mcp": {
"command": "npx",
"args": [
"-y",
"o360-mcp"
],
"env": {
"O360_URL": "<your O360_URL>",
"O360_TOKEN": "<your O360_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"o360-mcp": {
"command": "npx",
"args": [
"-y",
"o360-mcp"
],
"env": {
"O360_URL": "<your O360_URL>",
"O360_TOKEN": "<your O360_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"o360-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"o360-mcp"
],
"env": {
"O360_URL": "<your O360_URL>",
"O360_TOKEN": "<your O360_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"o360-mcp": {
"command": "npx",
"args": [
"-y",
"o360-mcp"
],
"env": {
"O360_URL": "<your O360_URL>",
"O360_TOKEN": "<your O360_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"o360-mcp": {
"command": "npx",
"args": [
"-y",
"o360-mcp"
],
"env": {
"O360_URL": "<your O360_URL>",
"O360_TOKEN": "<your O360_TOKEN>"
}
}
}
}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/com.offensive360%2Fo360-mcp)<a href="https://mcptoplist.com/server/com.offensive360%2Fo360-mcp"><img src="https://mcptoplist.com/badge/com.offensive360%2Fo360-mcp.svg" alt="MCP Toplist: #69,840 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
offensive360
Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Aug 2, 2026 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by offensive360, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry.
- How many versions does MCP Server have?
- MCP Toplist tracks 1 version of MCP Server, most recently published on Aug 2, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/offensive360/mcp-server.
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.