MCP server that validates AI-generated Android code against official SDK documentation.
MCP server that validates AI-generated Android code against official SDK documentation.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-vikas9793-androjack": {
"args": [
"-y",
"androjack-mcp"
],
"command": "npx"
}
}
}This MCP server is generally well-designed with appropriate permissions and good security practices. It only makes HTTP requests to official Android/Google documentation domains and uses proper error handling. The main concerns are minor code quality issues around broad exception handling and some missing input validation patterns. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 4 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!