Skip to main content
Glama
166,494 tools. Last updated 2026-05-31 23:01

"Information about Java programming language or Java-related topics" matching MCP tools:

  • Search the web for current information, news, articles, and websites to find up-to-date content, research topics, or answer questions about recent events.
    Apache 2.0
  • Search official Zig programming language documentation to find information about language features, standard library functions, memory management, error handling, and build system details.
    MIT
  • List all 71 programming languages and their IDs for code execution, with compiler/interpreter versions. Filter by language name to find specific entries.
    MIT
  • Load a Java project for analysis. Required before using semantic analysis tools; supports Maven, Gradle, and plain Java projects.
    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
  • View all supported programming languages and their guideline categories to discover available coding standards and best practices for each language.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Decompile Maven dependency classes into full Java source with method bodies. Extract specific methods or paginate for focused reading.
    Apache 2.0
  • Retrieve active and recent JFR recordings for a Java process, including recording ID, duration, state, and filename. Use this to obtain the correct recording ID before stopping a profiling session.
    MIT
  • Search the web for current information using DuckDuckGo, returning summaries, related topics, and source URLs. No API key required. Privacy-first.
    Business Source 1.1
  • Execute arbitrary Java code within Frida's Java.performNow context to hook methods, inspect objects, and interact with Android app internals. Returns the value of the last expression.
    MIT
  • Execute source code in a sandboxed environment supporting 71 programming languages. Returns stdout, stderr, execution time, and memory usage with CPU/memory limits.
    MIT
  • Scan a Java process for memory shells including malicious servlets, filters, Spring controllers, and agents, using Java Agent injection. Supports local and SSH execution.
    MIT
  • Search GitHub repositories by keyword, topic, or description. Filter by language, sort by stars, forks, or updated. Returns stars, forks, language, topics, and license info.
    MIT
  • Get a lightweight overview of any Java class from Maven dependencies. Returns signatures of fields, methods, constructors, superclass, and interfaces without method bodies.
    Apache 2.0
  • Identifies Java reflection API calls (Class.forName, Method.invoke, etc.) that static analysis cannot detect and may break during refactoring.
    MIT
  • Execute custom Frida JavaScript code to hook Java methods and manipulate memory on Android apps. The Java bridge is auto-imported, enabling direct use of Java.perform() and Java.use().
    MIT