Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"hawkbit-mcp-server": {
"args": [
"-jar",
"/Users/romulo/dev/hawkbit-mcp-server/target/hawkbit-mcp-server-0.0.1-SNAPSHOT.jar"
],
"command": "/Users/romulo/.sdkman/candidates/java/21.0.9-amzn/bin/java"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Este é um servidor MCP (Model Context Protocol) que integra o Eclipse Hawkbit com LLMs através do Spring AI. Ele permite gerenciar targets, distribuições e ações no Hawkbit usando linguagem natural.
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 Hawkbit Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Este é um servidor MCP (Model Context Protocol) que integra o Eclipse Hawkbit com LLMs através do Spring AI. Ele permite gerenciar targets, distribuições e ações no Hawkbit usando linguagem natural.
O servidor é configurado através do arquivo application.yaml. As principais configurações são:
hawkbit:
server:
mgmt-url: http://localhost:8080 # URL de Gerenciamento do Hawkbit
ddi-url: http://localhost:8085 # URL de Integração Direta de Dispositivos
server:
port: 8090 # Porta do servidor MCP
Para compilar o projeto:
./mvnw clean package
Para executar:
java -jar target/hawkbit-mcp-server-0.0.1-SNAPSHOT.jar
Ou diretamente com Maven:
./mvnw spring-boot:run
Adicione a seguinte configuração ao seu arquivo de configurações do MCP:
{
"mcpServers": {
"hawkbit-mcp-server": {
"command": "/Users/romulo/.sdkman/candidates/java/21.0.9-amzn/bin/java",
"args": [
"-jar",
"/Users/romulo/dev/hawkbit-mcp-server/target/hawkbit-mcp-server-0.0.1-SNAPSHOT.jar"
]
}
}
}
Este servidor expõe ferramentas para interagir com o Hawkbit, incluindo:
Sinta-se à vontade para abrir issues e pull requests para melhorias.