Skip to main content
Glama
522,763 tools. Updated 2026-09-06 13:08

"MCP Server that uses npm execAsync functionality" matching MCP tools:

  • Find the canonical recipe for any npm operation: which MCP tool to call, CLI fallback, and message format. Use first when unsure to avoid invalid approaches.
    MIT
  • Check server health and return the server name and version. Confirms that the MCP server is reachable from your client.
    AGPL 3.0
  • Check the current Huly MCP server version and compare it with the npm release to determine if an update is available.
    MIT
  • Verify MCP server functionality by sending a message and receiving an immediate echo response. A simple test tool to ensure server communication is working correctly.
    MIT
  • Restart the MCP server to load fresh code after npm run build. Use force option to kill stuck processes.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Model Context Protocol server for npm registry. Enables searching packages, checking security, comparing versions, and validating compatibility.
    12
    57
    3
    MIT

Matching MCP Connectors

  • npm MCP — wraps the npm Registry API (free, no auth)

  • send-that-email MCP — wraps StupidAPIs (requires X-API-Key)