MCP Server basé sur Spring Boot + Spring AI + Ollama (local) utilisant une base de données (JPA + H2 pour l’exemple).
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-order-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.
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 ai-ml / developer-tools
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP Security Weekly
Get CVE alerts and security updates for MCP Order Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
mistral disponible localement (ex: ollama pull mistral)ollama run mistral
mvn spring-boot:run
curl -X POST http://localhost:8080/api/chat/ask -H "Content-Type: text/plain" -d "Donne-moi les détails de la commande ORD-1001"
Notes:
@Tool et @ToolParam peuvent varier selon la version de Spring AI. Adapte les imports si nécessaire.pom.xml si Maven Central propose une autre version de spring-ai.