Skip to main content
Glama

Android source code

by SDILogin

MCP 서버 구성

개요

이 프로젝트는 안드로이드 프로젝트 파일에 안전하게 접근할 수 있는 Claude MCP 서버를 제공합니다. AI 어시스턴트가 안드로이드 프로젝트의 소스 코드를 탐색하고 읽을 수 있도록 지원하며, 정품 안드로이드 프로젝트의 유효성을 검증하는 필수 Gradle 설정 파일을 확인합니다.

주요 특징:

  • 프로젝트 검증 : Gradle 파일을 확인하여 디렉토리가 유효한 Android 프로젝트인지 확인합니다.
  • 파일 검색 : 모든 Kotlin, KTS, TOML 파일 및 AndroidManifest.xml을 디렉토리별로 그룹화하여 나열합니다.
  • 파일 읽기 : 적절한 필터링을 통해 개별 파일이나 여러 파일을 읽을 수 있는 보안 액세스를 제공합니다.
  • 보안 : .gradle, .git 및 빌드 폴더와 같은 중요한 디렉토리에 대한 액세스를 차단합니다.

이 도구는 클로드를 활용해 Android 코드베이스를 이해하고, 분석하고, 작업하려는 개발자에게 이상적입니다.

서버 설정

Claude 클라이언트의 MCP 설정에 다음 구성을 추가하세요.

지엑스피1

참고: /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 라이선스 - 자세한 내용은 라이선스를 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

클로드 MCP 서버는 Android 프로젝트 파일을 탐색하고 읽을 수 있는 보안 액세스를 제공하고, Gradle 구성 파일을 확인하여 진짜 프로젝트를 검증합니다.

  1. 개요
    1. 서버 설정
      1. 설치
        1. 특허

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server that provides access to project files and their contents, allowing users to retrieve file data from specified project directories with error handling and configuration options.
            Last updated -
            1
            4
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            A server enabling programmatic control over Android devices through ADB, providing capabilities like screenshot capture, UI layout analysis, and package management that can be accessed by MCP clients like Claude Desktop.
            Last updated -
            365
            Python
            Apache 2.0
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables building Android projects and running tests directly in Visual Studio Code through extensions like Cline or Roo Code.
            Last updated -
            1
            Python
            MIT License
          • -
            security
            -
            license
            -
            quality
            A MCP server that requires user authentication via Auth0, allowing it to call protected APIs on behalf of authenticated users.
            Last updated -
            TypeScript

          View all related MCP servers

          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