Back to Home
wrenchpilot icon

it-tools-mcp

Verified Safe

by wrenchpilot

Overview

A comprehensive Model Context Protocol (MCP) server providing access to over 100 IT tools and utilities for developers, system administrators, and IT professionals.

Installation

Run Command
npx it-tools-mcp

Environment Variables

  • NODE_ENV
  • NODE_OPTIONS

Security Notes

The server demonstrates strong security awareness by explicitly avoiding `eval`, implementing robust input validation (using Zod with `secureTextSchema` and `sanitize.regex`), and including rate limiting. The recommended Docker deployment configuration provides significant isolation and privilege reduction (`read_only: true`, `cap_drop: ALL`, `no-new-privileges:true`, non-root user). While some tools, like `generate_ulid`, use non-cryptographic randomness (which is explicitly disclosed), and tools such as `ssh`/`scp` inherently interact with external systems or the local filesystem (potentially reading private keys), these are either disclosed or heavily mitigated by the secure Docker setup. Additionally, error messages are generic to prevent information leakage. Overall, the project prioritizes security for its intended operational environment.

Similar Servers

Stats

Interest Score39
Security Score9
Cost ClassMedium
Avg Tokens500
Stars14
Forks3
Last Update2025-12-02

Tags

mcpdeveloper-toolsnetwork-toolssecurity-toolstext-processing