The Local Utilities MCP Server provides access to various system utilities through a standardized interface, enabling AI assistants to retrieve local system information. Built with TypeScript and the Model Context Protocol SDK, it offers tools for getting current time and date, hostname, public IP address, directory listings, Node.js version information, and checking processes running on specific ports. The server can be used globally or via npx without installation, integrates seamlessly with Cursor through simple configuration, and includes a pre-commit hook that automatically builds the server before each commit to ensure build files are always up-to-date in the repository.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Returns the current local time and date in various formats, including local time, local date, day of the week, ISO 8601 format, and Unix timestamp.
Returns the hostname of the machine running the MCP server.
Returns the public IP address of the machine running the MCP server.
Lists the contents of a specified directory. Parameters: path (string, required): Directory path to list.
Returns the Node.js version information of the environment running the MCP server.
Checks what process is running on a specific port. Parameters: port (number or string, required): Port number to check (1-65535).
Records a new thought with timestamp. Parameters: thought (string, required): The thought content to record.
Retrieves all recorded thoughts.
Clears all recorded thoughts.
Returns statistics about recorded thoughts.