Android source code
MCP サーバーの構成
概要
このプロジェクトは、Androidプロジェクトファイルへの安全なアクセスを可能にするClaude MCPサーバーを提供します。このサーバーは、正規のAndroidプロジェクトを検証する重要なGradle設定ファイルをチェックすることで、AIアシスタントが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