Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"catalog-api-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.
Piloto de herramienta para validar o gestionar el estado de P&C
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 data
Query and manage PostgreSQL databases directly from AI assistants
Manage Supabase projects — databases, auth, storage, and edge functions
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
MongoDB Model Context Protocol Server
MCP Security Weekly
Get CVE alerts and security updates for Catalog Api Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Piloto de herramienta para validar o gestionar el estado de P&C
Inicialmente, se debera activar en VSC el agente de MCP

Después, dentro del VSC en el fichero settings.json agregar la siguiente configuración:
"mcp": {
"servers": {
"test-catalog-status": {
"command": "{{JAVA_HOME}}",
"args": [
"-jar",
"{{LOCAL_PATH}}\\catalog-api-mcp-server\\target\\catalog-api-mcp-server-0.0.1-SNAPSHOT.jar"
]
}
}
}
Se debera iniciar el servidor MCP dandole a start

Al iniciar, se debera seleccionar la opción de agent y aparecerán todas las tools configuradas, la cuales permitirá interactuar con el servidor MCP en local

Ya teniendo todo, se podrá preguntar información que tenga el MCP, según lo configurado en las tools definidas
