Ping Host MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ping Host MCPping google.com to check connectivity"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
prueba_mcp
Servidor MCP minimo para usar desde VS Code Chat con una sola tool: ping_host.
Idea
Este proyecto vive fuera del repo prueba_skills, pero el workspace de prueba_skills lo referencia mediante .vscode/mcp.json. Asi puedes seguir en este prompt y dejar que el host de chat descubra la herramienta.
Tool disponible
ping_host: hace ping a un host o IP indicado por el usuario.
Instalar
npm installEjecutar manualmente
npm startNota: al ser un servidor MCP por stdio, no debes escribir logs a stdout. Si necesitas depurar, usa stderr.
Uso esperado desde chat
Una vez que VS Code cargue el servidor MCP del workspace, deberias poder pedir algo como:
Usa la herramienta ping_host para hacer ping a 8.8.8.8o
Hace ping a github.com con 2 intentosSeguridad y limites
La tool usa
execFile, no shell, para evitar inyeccion de comandos.El host se valida como nombre de host o IP simple.
El numero de intentos se limita a un rango chico.
En Windows usa
ping -n; en Unix usaping -c.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ajezziriglos-bot/prueba_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server