MCP-MCP
Verified Safeby ValentinTarnovsky
Overview
Assists Minecraft Java plugin developers with documentation, dependency management, and project analysis.
Installation
npx minecraft-plugin-docs-mcpSecurity Notes
The server performs file system operations (read, stat, readdir) on a `project_path` provided by the user. While typically used in a developer's local environment, lack of explicit path sanitization could make it vulnerable to path traversal if the `project_path` input is malicious. Additionally, a hardcoded default `DEFAULT_PLUGINS_PATH` (`C:\Users\tarno\Desktop\OkiMC-Plugins`) specific to the developer's machine exists in `analyzePluginProject.ts`. This is a portability and minor security risk, though it's overridden by user input. External network calls are made to public Maven repositories (Maven Central, JitPack, Paper, GitHub API) to fetch dependency metadata, which is expected functionality and generally safe.
Similar Servers
kom
Manages Kubernetes clusters and resources through an SDK-level wrapper and an MCP (Multi-Cluster Platform) server, offering features like CRUD, file operations, log fetching, and SQL-like querying.
remote-mcp-functions
Provides remote utilities or services for Minecraft Coder Pack (MCP) development environments.
blockbench-mcp-plugin
Integrates the Model Context Protocol (MCP) into Blockbench, allowing AI models to programmatically interact with the 3D modeling software through exposed tools, resources, and prompts.
FerrumMCP
A browser automation server for AI assistants, enabling interaction with web pages through the Model Context Protocol.