Back to Home
ValentinTarnovsky icon

MCP-MCP

Verified Safe

by ValentinTarnovsky

Overview

Assists Minecraft Java plugin developers with documentation, dependency management, and project analysis.

Installation

Run Command
npx minecraft-plugin-docs-mcp

Security 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

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-18

Tags

minecraftplugin developmentdependency managementdeveloper toolsversion control