adaptus-mcp-server
by shimizumasaru
Overview
The Adaptus MCP server provides tools and resources for code quality analysis, technical debt scoring, design improvement proposals, and test generation for Python projects.
Installation
uv run adaptus-serverSecurity Notes
The `verify_patch` tool uses `subprocess.call(..., shell=True)` with user-provided commands (`cmd_build`, `cmd_test`). This is a critical command injection vulnerability, allowing arbitrary code execution if an attacker can control the input to these parameters. The server also lacks explicit authentication/authorization mechanisms in its basic implementation, making it vulnerable if exposed on a network with untrusted clients.
Similar Servers
prometheus-mcp-server
A Model Context Protocol (MCP) server that enables AI assistants to query and analyze Prometheus metrics for monitoring and insights.
rossum-mcp
An AI agent toolkit for Rossum document processing, enabling conversational automation of workflows, debugging of hooks, and configuration management across different environments.
dotprompts
A personal prompt management system exposed as a Model Context Protocol (MCP) server, enabling AI agents to access, create, update, and delete user-defined prompts.
grafana-mcp
Provides AI-powered integration with Grafana instances via Model Context Protocol (MCP) tools for management and querying.