Skip to main content
Glama
458,064 tools. Updated 2026-08-14 20:18

"Kotlin" matching MCP tools:

  • 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
  • Scan source code with Semgrep to find security vulnerabilities, bugs, and anti-patterns. Supports multiple languages including Python, JavaScript, Java, Go, C, C++, Ruby, and more.
    MIT No Attribution
  • Locate code by meaning and structure using hybrid semantic-graph search. Returns files, signatures, and dependencies for initial codebase discovery.
    MIT
  • Identify unused functions, methods, and classes in your codebase by cross-referencing definitions against references. Get confidence scores and reasons for each candidate.
    MIT

Matching MCP Servers

  • Inspect a source file's structure to list its classes, methods, and properties with line numbers for quick navigation. Get a bird's-eye view of a module's layout before modifying code.
    MIT
  • Find all code that references, calls, extends, or implements a specific entity. Use reverse dependency lookup to assess impact before refactoring or detect dead code.
    MIT
  • Replace Meta DAT calls with Extentos equivalents using a symbol mapping and step-by-step migration plan.
    MIT
  • Create a searchable index from code and documentation to enable semantic search and cross-references across your codebase.
    MIT
  • Retrieve complete Kotlin and Swift SDK code examples for smart-glasses use cases. Get the canonical implementation pattern to write handler code or verify it end-to-end with an agent test driver.
    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
  • Identifies structurally identical functions (Type-2 AST clones) across codebases by normalizing identifiers and literals, grouping duplicates to target DRY refactoring.
    MIT
  • Get the canonical coding pattern for a smart-glasses feature: minimal Kotlin/Swift snippet plus gotchas to avoid confusing failures.
    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
  • Identifies tests affected by code changes via git diff, returning a sorted list of fully qualified test names to minimize test execution.
    Apache 2.0