Skip to main content
Glama
255,028 tools. Last updated 2026-07-04 03:08

"java" matching MCP tools:

  • Rank functions by code complexity, memory allocation, or performance to identify optimization targets. Set score thresholds and result limits for focused analysis.
    MIT
  • Execute Groovy code in a running Minecraft session to explore the Java API or perform custom operations not covered by native tools.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • List all 71 programming languages and their IDs for code execution, with compiler/interpreter versions. Filter by language name to find specific entries.
    MIT
  • Loads a Java project from the file system to enable semantic analysis. Must be called first to initialize project structure and dependencies.
    MIT
  • Retrieves all running Java processes with PID, main class, and arguments. Use this to identify the target process for profiling or thread analysis.
    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
  • Decompile Maven dependency classes into full Java source with method bodies. Extract specific methods or paginate for focused reading.
    Apache 2.0
  • Extract 12 entity types from resume text with confidence scores. Disambiguates ambiguous terms (e.g., Java as language vs location). Returns grouped entities, confidence statistics, and ambiguity analysis.
    MIT
  • Check Java files for naming convention violations including PascalCase, camelCase, and UPPER_SNAKE_CASE. Reports violations per file or across entire project.
    MIT
  • Generates Spring Boot Java code (entity, DAO, service, controller, mapper) from a database table by applying customizable templates and writing files directly to the project.
    MIT
  • Retrieve the full type hierarchy for a Java type, including superclasses, interfaces, and subtypes. Supports lookup by cursor position or qualified type name.
    MIT
  • Detect SQL injection, command injection, and path traversal vulnerabilities in source code by identifying unsafe string concatenation and unsanitized input in Python, JavaScript, Java, Go, Ruby, Shell, and Bash.
    MIT
  • Rename code symbols across your entire codebase to maintain consistency and improve readability. Specify the symbol's path and new name to update all references automatically.
    MIT
  • Analyze multiple Java/Spring files together to automatically expand imported DTOs/entities, reveal dependencies, and align files by architectural role for comprehensive code understanding.
    MIT