Skip to content
VS Code

Android Security Analyzer for VS Code

io.github.ako2345/android-security-analyzer

MCP server for static security analysis of Android source code

client:VS Code transport:streamable-http tools:4

Install Android Security Analyzer in VS Code

.vscode/mcp.json

{
  "servers": {
    "android-security-analyzer": {
      "type": "http",
      "url": "https://android-security-analyzer.ako-labs.workers.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Android Security Analyzer in other clients