C
Caso De Uso 8 MCP
by @GermanRodri
Aplicativo de restaurante en Java bajo arquitectura MCP para realizar consultas y operaciones a esquema Restaurante por medio de lenguaje natural.
Created 10/12/2025
Updated 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/GermanRodri/Caso_de_Uso_8_MCP
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"germanrodri-caso-de-uso-8-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/GermanRodri/Caso_de_Uso_8_MCP"
]
}
}
}