Skip to main content
Glama
204,700 tools. Last updated 2026-06-15 01:18

"Kotlin" matching MCP tools:

  • Inspect a source file's structure by listing all classes, methods, and properties with signatures and docstrings, providing a quick overview of the module's layout without reading the full content.
    MIT
  • Discover code by meaning and structural relationships using hybrid semantic and graph search for initial codebase exploration.
    MIT
  • Find all code that references, calls, extends, or implements a specific entity to analyze impact before refactoring or detect dead code.
    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

Matching MCP Servers

  • 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
  • Find structurally identical functions across your codebase by normalizing identifiers and literals, then hashing AST subtrees to detect Type-2 clones for DRY refactoring.
    MIT
  • Retrieve Android project details: AGP and Kotlin versions, module list, and project name by providing the absolute project root path.
    MIT
  • Check Android, Kotlin, and Jetpack API stability to avoid deprecated or removed components. Get replacement API, migration notes, and documentation links.
    MIT
  • Search official Android, Kotlin, and AOSP documentation for accurate excerpts with source URLs. Required before generating any Android/Kotlin code to ensure up-to-date information.
    MIT
  • Provides Kotlin Multiplatform reference to share business logic across Android and iOS. Covers KMP-specific libraries, Room, Ktor, and platform code patterns.
    MIT
  • Identify dependency licenses in Java/Kotlin repositories, query Maven Central, and flag violations against allowed SPDX license IDs. Returns only violations and warnings.
    MIT
  • Check the current stable version and ready-to-paste Kotlin DSL for any Android, Kotlin, or Jetpack library, avoiding stale dependency coordinates and incorrect artifact names.
    MIT
  • Parse an Android/Kotlin stacktrace and get official explanations and vetted fixes from developer.android.com and issuetracker.google.com.
    MIT
  • Check the current version of a package from official registries to identify outdated dependencies. Supports npm, PyPI, Packagist, Crates.io, Maven, Go, RubyGems, NuGet, Hex, CRAN, CPAN, pub.dev, Homebrew, Conda, Clojars, Hackage, Julia, Swift PM, and Chocolatey.
    MIT
  • Review source code to identify bugs, security vulnerabilities, code quality issues, strengths, and recommended actions. Get an overall score from 1 to 10.
    MIT
  • Analyze mobile app bug videos to identify errors, crashes, and UI issues, then receive code fix suggestions for React Native, iOS, and Android apps.
    MIT
  • Intercept HTTP(S) traffic from running Java, Kotlin, or Clojure applications by attaching to their JVM processes for debugging and inspection.
    MIT
  • Build a Kotlin Multiplatform Mobile application for Android or iOS. Returns structured build results with error details on failure, supporting debug and release variants with custom modules, schemes, and simulator destinations.
    MIT