it-tools-mcp
by wrenchpilot
Overview
Provides a comprehensive Model Context Protocol (MCP) server offering over 100 IT tools and utilities for developers, system administrators, and IT professionals.
Installation
npx it-tools-mcpEnvironment Variables
- NODE_ENV
- MCP_DEV_MODE
Security Notes
CRITICAL: The server's 'cat', 'head', 'tail', and 'grep' tools allow arbitrary file reading from the host filesystem based on user-provided paths, without apparent sanitization or access control. This is a severe information disclosure vulnerability. Additionally, the 'curl' tool makes external network requests based on user input (URL string), which presents a potential Server-Side Request Forgery (SSRF) risk due to a lack of strict URL validation using a URL schema. The 'ssh' and 'scp' tools facilitate remote command execution and file transfer, which are powerful operations that require high trust in the input and can be abused if the MCP server itself is compromised. While robust input validation, rate limiting, and cryptographic library usage are present for other tools, the direct file access vulnerability significantly compromises the server's security posture.
Similar Servers
awesome-mcp-devtools
This repository serves as a curated list of developer tools, SDKs, libraries, and resources for building and interacting with Model Context Protocol (MCP) servers.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.
inspector-assessment
Provides a comprehensive automated assessment platform for Model Context Protocol (MCP) servers, analyzing their security, functionality, protocol compliance, documentation, and various extended metrics. It acts as an inspector and auditing tool for MCP server developers and maintainers.
universal-mcp-servers
A comprehensive collection of 40+ Model Context Protocol (MCP) servers providing powerful capabilities for all major AI development tools, offering integration for IDEs, desktop applications, and command-line interfaces.