javamcp
Verified Safeby rubensgomes
Overview
Provides AI coding assistants with rich contextual information about Java APIs by parsing Java source code from Git repositories.
Installation
poetry run python -m javamcpSecurity Notes
The server's primary function involves parsing Java source code from Git repositories, which are cloned locally. While parsing itself is static analysis, cloning external repositories always carries a theoretical risk if the source repositories are compromised or contain malicious files. However, the system's core logic focuses on static parsing and does not appear to execute arbitrary code found in the repositories. No direct use of 'eval' or similar dangerous functions was found. Network exposure is standard for a server (HTTP/stdio).
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
easy-code-reader
Provides a Model Context Protocol (MCP) server for AI assistants to intelligently read Java source code from local projects and Maven dependencies, supporting decompilation and multi-module analysis.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-annotated-java-sdk
Annotation-driven framework for building Model Context Protocol (MCP) servers in Java, simplifying the definition and integration of resources, prompts, and tools for LLM applications.