it-tools-mcp
Verified Safeby 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
npx it-tools-mcpEnvironment 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
awesome-mcp-devtools
This repository provides a curated list of developer tools, SDKs, frameworks, libraries, utilities, and resources for working with Model Context Protocol (MCP) servers.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
photons
Photons are single-file TypeScript MCP servers designed to supercharge AI assistants with focused capabilities, providing a marketplace of tools for various domains like file operations, cloud integrations, and database management.