mcp-maven-deps
Verified Safeby toms74209200
Overview
An MCP server that provides a tool to search for Maven and Gradle dependencies across Maven Central and Gradle Plugin Portal.
Installation
deno run -A --no-check main.tsSecurity Notes
The server makes outgoing network requests to well-known public Maven and Gradle repositories (Maven Central, Gradle Plugin Portal). Input validation is handled using 'zod'. There are no indications of 'eval', obfuscation, hardcoded secrets, or other malicious patterns. The use of AbortController for fetch requests is good practice.
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.