Compuute MCP Security Scanner MCP Server

Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.

Remote serverstreamable-httpPython

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. The compuute mcp security scanner mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.

What it actually does

POST a public GitHub repo URL → get a structured security report scored against 37 MCP-specific rules across 8 languages (TS/JS, Python, Go, Rust, C#, Java, Kotlin).

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Its toolset

Everything the assistant can do here goes through one of these:

  • Feature — How
  • Example — The Example tool exposed by this server

Configuration

You will need one environment variable: COMPUUTE_SCAN_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the compuute mcp security scanner mcp server does with a few real requests.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Compuute MCP Security Scanner's toolset — Feature, Example — is a fair guide to whether it matches your workflow. It is maintained by Compuute; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
FeatureHow
ExampleThe Example tool exposed by this server.

How to install the Compuute MCP Security Scanner MCP server

{
  "mcpServers": {
    "compuute-scan-api": {
      "command": "npx",
      "args": ["-y", "compuute-scan"],
      "env": {
        "COMPUUTE_SCAN_PATH": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
COMPUUTE_SCAN_PATHFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use Compuute MCP Security Scanner to Feature.
  • Use Compuute MCP Security Scanner to Example.

Frequently asked questions

It connects Compuute MCP Security Scanner to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Feature, Example) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Compuute MCP Security Scanner directly.