MCP Server
Active
MIT
Compuute MCP Security Scanner MCP Server
io.github.Compuute/compuute-scan-api
What is the Compuute MCP Security Scanner MCP server?
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
How to install Compuute MCP Security Scanner
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"compuute-scan-api": {
"url": "https://scan.compuute.se/mcp/"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"compuute-scan-api": {
"serverUrl": "https://scan.compuute.se/mcp/"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"compuute-scan-api": {
"type": "http",
"url": "https://scan.compuute.se/mcp/"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"compuute-scan-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://scan.compuute.se/mcp/"
]
}
}
}Claude Code
claude mcp add --transport http compuute-scan-api https://scan.compuute.se/mcp/Related MCP servers
Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
View repository →