Android source code
MCP 服务器配置
概述
该项目提供了一个 Claude MCP 服务器,用于安全访问 Android 项目文件。它允许 AI 助手通过检查用于验证 Android 项目真实性的基本 Gradle 配置文件来浏览和读取 Android 项目的源代码。
主要特点:
项目验证:通过检查 gradle 文件确保目录是有效的 Android 项目
文件浏览:列出所有 Kotlin、KTS、TOML 文件和 AndroidManifest.xml(按目录分组)
文件读取:提供安全访问,通过适当的过滤读取单个或多个文件
安全性:防止访问敏感目录,如.gradle、.git 和构建文件夹
对于希望利用 Claude 来帮助他们理解、分析和使用 Android 代码库的开发人员来说,此工具是理想的选择。
Related MCP server: claude-android
服务器设置
将此配置添加到您的 Claude 客户端的 MCP 设置中:
{
"mcpServers": {
"Android source code": {
"command": "/path/to/uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"./filesystem_android/main.py"
]
}
}
}注意:将/path/to/uv替换为你实际的 UV 安装路径
安装
# Install UV if missing
curl -LsSf https://astral.sh/uv/install.sh | sh
# Initialize project
uv venv
uv pip install -r uv.lock执照
MIT 许可证 - 详情请参阅许可证
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
A MCP server built for developers enabling Git based project management with project and personal…
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Related MCP Servers
- AlicenseAqualityBmaintenanceAn MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.15303MIT
- AlicenseAqualityDmaintenanceMCP server for Android dev workflows that exposes Gradle, Manifest, and ProGuard context to Claude, with a library of skills for tasks like AGP upgrade and R8 audit.3MIT
- AlicenseNot gradedqualityDmaintenanceA secure MCP server that allows Claude to read and write local files on your machine with explicit approval gating for each access.MIT
- AlicenseBqualityAmaintenanceUnified MCP server for Android mobile development — combines project knowledge, Android CLI execution, live dependency versions, and agentic workflow tools for Claude Code.2419MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SDILogin/filesystem-android'
If you have feedback or need assistance with the MCP directory API, please join our Discord server