arjshiv_localutils-mcp-server
If you are the rightful owner of arjshiv_localutils-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Local Utilities MCP Server provides access to various local system utilities through a Model Context Protocol (MCP) server, compatible with Cursor and other MCP clients.
The Local Utilities MCP Server is designed to offer quick access to essential system utilities via a Model Context Protocol (MCP) server. It is compatible with Cursor and other MCP-compatible clients, allowing users to retrieve system information efficiently. The server provides utilities such as time and date retrieval, hostname, public IP address, directory listing, Node.js version, port checking, and a unique 'Think Tool' for recording and analyzing thoughts during development sessions. This server can be installed globally or run directly using npx, making it versatile for different user preferences. It also supports integration with Cursor by configuring it as an MCP server in the settings. Additionally, the server can be tested using the MCP Inspector, providing a user-friendly interface for verifying its functionality.
Features
- Time and Date: Get the current local time and date, including day of the week, in various formats.
- Hostname: Retrieve the system's hostname.
- Public IP: Obtain the machine's public IP address.
- Directory Listing: List the contents of a specified directory.
- Node.js Version: Get the currently running Node.js version.
Tools
get_time_and_date
Returns the current local time and date in various formats.
get_hostname
Returns the hostname of the machine running the MCP server.
get_public_ip
Returns the public IP address of the machine running the MCP server.
list_directory
Lists the contents of a specified directory.
get_node_version
Returns the Node.js version information of the environment running the MCP server.
check_port
Checks what process is running on a specific port.
think
Records a new thought with timestamp.
get_thoughts
Retrieves all recorded thoughts.
clear_thoughts
Clears all recorded thoughts.
get_thought_stats
Returns statistics about recorded thoughts.