Skip to main content
Glama

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.

Related MCP server: Ping MCP Server

Tool disponible

  • ping_host: hace ping a un host o IP indicado por el usuario.

Instalar

npm install

Ejecutar manualmente

npm start

Nota: 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.8

o

Hace ping a github.com con 2 intentos

Seguridad 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 usa ping -c.

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that allows users to ping other hosts to check network connectivity and diagnostic information. It enables LLMs to perform network latency tests and host availability checks through a standardized interface.
    Last updated
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    An experimental MCP server that enables AI assistants to interact with VS Code workspaces through file operations, code execution, and Git management. It also provides tools for Docker integration, project scaffolding, and secure command execution using project-specific configurations.
    Last updated
    76
    45
    3
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A minimal and extensible local MCP server that provides core utilities like ping and echo alongside a file search tool integrated with the Everything CLI. It enables fast local file searching and service testing through a standardized stdio transport layer.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

View all MCP Connectors

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