arjshiv_localutils-mcp-server

arjshiv_localutils-mcp-server

0

Local Utilities MCP Server is a protocol server that provides access to various local system utilities, such as time and date, hostname, and public IP. It is compatible with Cursor and is designed to offer quick system information access.

Local Utilities MCP Server

A Model Context Protocol (MCP) server providing access to various local system utilities for quick access to system information.

Features

  • Time and Date: Get the current local time and date in various formats
  • Hostname: Retrieve the system's hostname
  • Public IP: Obtain the machine's public IP address
  • Directory Listing: List contents of a specified directory
  • Node.js Version: Check the running Node.js version
  • Port Checker: Identify the process running on a specific port
  • Think Tool: Record and analyze thoughts during development

Installation

  • Global Installation: Install globally with pnpm
  • Using with npx: Run directly with npx without installing

Usage

  • Start the server globally or with npx
  • Configure as an MCP server for Cursor
  • Test using the MCP Inspector

Available Tools

  • get_time_and_date
  • get_hostname
  • get_public_ip
  • list_directory
  • get_node_version
  • check_port
  • think
  • get_thoughts
  • clear_thoughts
  • get_thought_stats

Development

  • Building, running in development mode, testing instructions
  • Git workflow with pre-commit hook for automatic builds