Skip to main content
Glama
135,983 tools. Last updated 2026-05-17 10:55

"java" matching MCP tools:

  • Test for insecure deserialization vulnerabilities by analyzing and modifying serialized objects in cookies to detect privilege escalation opportunities.
    MIT
  • Bootstrap a new project from scratch: create a Gitopia repository, initialize locally, add README and .gitignore, and push the first commit.
    MIT
  • Retrieve versions of a package with publication dates and filter by vulnerability status. Supports Python, Node, Java, Go, .NET, Hugging Face, and Ruby packages.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • Official MCP server providing AI assistants with direct access to Stimulsoft Reports & Dashboards developer documentation. Enables semantic search across FAQ, Programming Manual, Server Manual, User Manual, and Server/Cloud API references across all Stimulsoft platforms (.NET, WPF, Avalonia, WEB, Blazor, Angular, React, JS, PHP, Java, Python).

  • Maven Central MCP — Java/JVM artifact registry

  • Find the definition of a Java symbol by specifying file path and zero-based line/column coordinates. Returns the definition's file, line, and column.
    MIT
  • Search Hedera documentation, SDK references, tutorials, and specifications using natural language queries to find relevant information quickly.
    Apache 2.0
  • Execute source code in a sandboxed environment supporting 71 programming languages. Returns stdout, stderr, execution time, and memory usage. CPU and memory limits ensure safe execution.
    MIT
  • Initialize a Java project for code analysis by providing the project path. Required before accessing other analysis tools.
    MIT
  • Find all locations in Java source code where a field value is mutated, including assignments and increments. Useful for tracking state changes in data flow analysis.
    MIT
  • Rename any Java symbol project-wide by providing file path, zero-based coordinates, and new name. Returns all text edits needed.
    MIT
  • Retrieves the full inheritance chain for a Java type, including superclasses, interfaces, and all subtypes. Supports lookup by file position or qualified type name.
    MIT
  • Generate JVM parameters to start profiling Java applications for CPU, memory, database, and HTTP performance analysis with stack trace recording.
    MIT
  • Get compilation errors and warnings for Java files. Filter by severity or file path to diagnose syntax errors, type mismatches, and missing imports.
    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
  • Identify naming convention violations in Java code: classes must be PascalCase, methods camelCase, constants UPPER_SNAKE_CASE. Outputs a list of violations.
    MIT
  • Validate Java syntax quickly using a file path or inline code. Returns syntax errors only, without semantic analysis, for fast feedback.
    MIT