Skip to main content
Glama
SDILogin

Android source code

by SDILogin

MCP サーバーの構成

ライセンス Pythonバージョン

概要

このプロジェクトは、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.

Maintenance

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    An 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.
    15
    303
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP 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.
    3
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A secure MCP server that allows Claude to read and write local files on your machine with explicit approval gating for each access.
    MIT

Latest Blog Posts

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