Spring Boot MCP server exposing car order management tools via the Model Context Protocol
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"car-orders-mcp-serve": {
"command": "npx",
"args": [
"-y",
"dektlong/car-orders-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add car-orders-mcp-serve npx -y dektlong/car-orders-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"car-orders-mcp-serve": {
"command": "npx",
"args": [
"-y",
"dektlong/car-orders-mcp-server"
]
}
}
}