← Back to Plugins
MCP Server MCP

io.github.wrenchpilot/it-tools-mcp

github By github 👁 1 views ▲ 0 votes

MCP server exposing 100+ IT tools and utilities for developers and system administrators.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "it-tools-mcp",
      "version": "5.10.8",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/wrenchpilot/it-tools-mcp:v5.10.8",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...