Serversio.github.wrenchpilot/it-tools-mcp
M

io.github.wrenchpilot/it-tools-mcp

io.github.wrenchpilot/it-tools-mcp · v5.10.7
▦ npm
v5.10.7npm npm: it-tools-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.wrenchpilot/it-tools-mcp",
  "description": "MCP server exposing 100+ IT tools and utilities for developers and system administrators.",
  "repository": {
    "url": "https://github.com/wrenchpilot/it-tools-mcp",
    "source": "github"
  },
  "version": "5.10.7",
  "icons": [
    {
      "src": "https://github.com/wrenchpilot/it-tools-mcp/blob/master/icons/icon.png?raw=true",
      "mimeType": "image/png",
      "sizes": [
        "32x32",
        "48x48",
        "64x64",
        "96x96",
        "128x128",
        "192x192",
        "256x256",
        "512x512"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "it-tools-mcp",
      "version": "5.10.7",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/wrenchpilot/it-tools-mcp:v5.10.7",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "run",
          "type": "positional"
        },
        {
          "type": "named",
          "name": "-i"
        },
        {
          "type": "named",
          "name": "--rm"
        },
        {
          "type": "named",
          "name": "--init"
        },
        {
          "value": "no-new-privileges:true",
          "type": "named",
          "name": "--security-opt"
        },
        {
          "value": "ALL",
          "type": "named",
          "name": "--cap-drop"
        },
        {
          "type": "named",
          "name": "--read-only"
        },
        {
          "value": "1001:1001",
          "type": "named",
          "name": "--user"
        },
        {
          "value": "256m",
          "type": "named",
          "name": "--memory"
        },
        {
          "value": "0.5",
          "type": "named",
          "name": "--cpus"
        },
        {
          "value": "it-tools-mcp",
          "type": "named",
          "name": "--name"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}