Back to Home
5p1d32-m4n icon

spring-integration-mcp

Verified Safe

by 5p1d32-m4n

Overview

Provides token-efficient tools for Spring Boot integration testing workflows by returning structured summaries of code and test results.

Installation

Run Command
docker build -t spring-integration-test-mcp . && docker run -i --rm -v /path/to/your/spring/project:/workspace spring-integration-test-mcp

Security Notes

The server uses 'child_process.exec' to run Maven and other system commands. While inputs like 'projectPath', 'testClass', and 'entityName' are used in controlled contexts (e.g., as 'cwd' or within specific command flags), any unforeseen shell injection vulnerabilities through these user-supplied arguments could pose a risk. However, there's no direct 'eval' or overly dynamic command construction, and the inputs are expected to be well-formed identifiers or paths, mitigating most common injection vectors.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens400
Stars0
Forks0
Last Update2026-01-19

Tags

Spring BootIntegration TestingToken EfficiencyCode AnalysisMaven