Skip to main content
Glama
524,762 tools. Updated 2026-09-06 18:04

"Kotlin" matching MCP tools:

Matching MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Kotlin MCP Server for Android app development using OpenAI, Gemini, or OpenRouter. Enables AI-assisted coding via Aider, Gradle build/test integration, Kotlin LSP, and Docker-based portability.
    30
    AGPL 3.0
  • Identify unused functions, methods, and classes in your codebase by cross-referencing definitions against references. Get confidence scores and reasons for each candidate.
    MIT
  • Locate code by natural language meaning, combining semantic vector search with graph analysis to surface relevant files, signatures, and dependencies for initial codebase discovery.
    MIT
  • Identify all code that references, calls, extends, or implements a specific entity to analyze impact before refactoring or detect dead code.
    MIT
  • Get a structural overview of a source file's classes, methods, and properties with line numbers, without reading the full contents.
    MIT
  • Migrate apps built with Meta DAT to Extentos SDK by mapping DAT symbols to Extentos primitives, with a cutover plan for each call-site.
    MIT
  • Inspect source code inside JAR archives without extraction. Reads Java/Kotlin source line-by-line from the JAR or adjacent sources jar, falling back to class outline when unavailable.
    MIT
  • Create a searchable index from code and documentation to enable semantic search and cross-references across your codebase.
    MIT
  • Retrieve a complete, ready-to-use SDK code example (Kotlin + Swift) for a specific smart-glasses use case, such as the assistant agent loop or display navigation, to copy directly into your app.
    MIT
  • Create a minimal Kotlin Android project in an empty directory with Gradle build files, manifest, activity, and resources. Generates a Gradle wrapper when available so the project can be built immediately.
    MIT
  • Scan a repository for potential bugs using AST pattern matching across 10 languages. Detects issues like mutable default arguments, bare excepts, unreachable code, and empty catch blocks.
    MIT
  • Obtain official Kotlin and Android code patterns with ready-to-use snippets and anti-patterns for coroutines, Compose, Room, Hilt, and more.
    MIT
  • Validates Android code (Kotlin, XML, Gradle) for deprecated APIs, Android 16 violations, and structural issues. Returns PASS/WARN/FAIL with line-level violations and fixes.
    MIT
  • Retrieves a usage guide for a specific SDK feature, including code snippets and common pitfalls. Use when you know the feature and need the canonical implementation details.
    MIT
  • Audit an Android project directory for Material 3 and Android app design compliance. It reads AndroidManifest.xml, resource XML, and Kotlin sources, runs six rules, and returns prioritized findings with fixes.
    MIT