Facilitates searching and browsing Android source code through cs.android.com.
This tool acts as a Model Context Protocol (MCP) server, enabling powerful interactions with the Android source code repositories. It allows users to conduct regex-supported code searches, retrieve full file contents, and obtain autocomplete suggestions for symbols across various Android projects, including AndroidX, Android Studio, and LLVM. It serves as a backend for MCP-compatible clients, providing structured access to a vast codebase.
Key Features
0112 GitHub stars
02Get autocomplete suggestions for classes, methods, and files
03Retrieve full source file contents
04Search across Android, AndroidX, Android Studio, and LLVM projects
05Search Android source code with regex support
Use Cases
01Engineers exploring Android framework implementations and APIs
02Automating code lookup tasks within Android projects for other tools
03Developers needing to quickly find specific code snippets in the Android codebase