Back to Home
shimizumasaru icon

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

Run Command
uv run adaptus-server

Security 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

Stats

Interest Score0
Security Score2
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-23

Tags

MCP ServerCode QualityStatic AnalysisTechnical DebtPython