An Enterprise Operations Assistant Built on MCP with Java and Spring Boot
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"operations-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Un Enterprise Operations Assistant costruito con MCP (Model Context Protocol), Java e Spring Boot.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
Enhanced MCP server for GitLab: group projects listing and activity tracking
MCP Server for kubernetes management commands
MCP Security Weekly
Get CVE alerts and security updates for Operations Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Un Enterprise Operations Assistant costruito con MCP (Model Context Protocol), Java e Spring Boot.
Questo server MCP espone tool per il monitoraggio delle operazioni enterprise:
# Esegui lo script batch per compilare e avviare
.\run.bat
# Compila
./mvnw clean package
# Esegui
./mvnw spring-boot:run
Recupera le metriche di sistema correnti.
Output esempio:
{
"avgLatencyMs": 120,
"errorRate": 0.02,
"timestamp": "2026-02-11T10:30:00Z"
}
Recupera gli incidenti recenti del sistema.
Output esempio:
[
{
"id": "INC-42",
"title": "Database latency spike",
"timestamp": "2026-02-11T09:30:00Z",
"status": "Resolved"
},
{
"id": "INC-43",
"title": "Cache eviction anomaly",
"timestamp": "2026-02-11T08:30:00Z",
"status": "Investigating"
}
]
Aggiungi questa configurazione al file di configurazione di Claude:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS/Linux: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"operations-mcp-server": {
"command": "java",
"args": [
"-jar",
"/percorso/completo/al/operations-mcp-server/target/operations-mcp-server-0.0.1-SNAPSHOT.jar"
]
}
}
}
Riavvia Claude Desktop per attivare i tool.
Per maggiori dettagli, consulta USAGE.md.
operations-mcp-server/
├── src/main/java/it/matteoroxis/operations_mcp_server/
│ ├── OperationsMcpServerApplication.java # Main application
│ ├── component/
│ │ └── MonitoringTools.java # Tool MCP implementati
│ ├── configuration/
│ │ └── McpServerConfiguration.java # Configurazione MCP
│ └── model/
│ ├── Incident.java # Modello Incident
│ └── SystemMetrics.java # Modello SystemMetrics
└── src/main/resources/
└── application.properties # Configurazione Spring
Questo progetto è fornito "as-is" senza alcuna garanzia.