mcp-maven-deps
Verified Safeby toms74209200
Overview
Provides a Model Context Protocol (MCP) server for searching Maven and Gradle dependencies.
Installation
deno run --allow-net jsr:@toms/mcp-maven-depsSecurity Notes
The server makes external network requests to Maven Central and Gradle Plugin Portal, which is its core functionality and requires the '--allow-net' Deno permission, explicitly stated in the README. Input parameters for the 'search_dependencies' tool are validated using Zod, mitigating potential injection risks. No 'eval' or other dynamic code execution, obfuscation, or hardcoded secrets were found in the provided source code.
Similar Servers
mcp-server
A custom or modified Minecraft server implementation, likely related to the Minecraft Coder Pack (MCP) for mod/plugin development.
confirminator
An MCP Server offering tools to confirm the successful compilation and testing of Java/Maven projects.
mathison_MCP
This server aims to provide an implementation of the Minecraft protocol, enabling Minecraft clients to connect and interact in a multiplayer virtual environment.
mcp-server-demo
This repository provides a demonstration or starter project for a Minecraft Coder Pack (MCP) server, intended for development and testing of Minecraft server modifications.