Skip to content
This repository was archived by the owner on May 24, 2026. It is now read-only.

Releases: wrenchpilot/it-tools-mcp

IT Tools MCP Server v5.10.8

Choose a tag to compare

@github-actions github-actions released this 15 May 14:05
d895bec

Changes since v5.10.7

  • fix: update fast-uri, hono, ip-address (d895bec)

Installation & Setup

Quick Install with VS Code

Install in VS Code Install in VS Code Insiders

Manual Installation

Add to your VS Code settings.json:

Node

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "npx",
        "args": [
          "it-tools-mcp"
        ],
        "env": {}
      }
    }
  }
}

Docker

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "--init",
          "--security-opt", "no-new-privileges:true",
          "--cap-drop", "ALL",
          "--read-only",
          "--user", "1001:1001",
          "--memory=256m",
          "--cpus=0.5",
          "--name", "it-tools-mcp",
          "wrenchpilot/it-tools-mcp:v5.10.8"
        ]
      }
    }
  }
}

IT Tools MCP Server v5.10.7

Choose a tag to compare

@github-actions github-actions released this 15 Apr 12:56
d39583f

Changes since v5.10.6

  • fix: update mathjs v15.2.0, update version to 5.10.7 in manifest, package.json, package-lock.json, and server.json (d39583f)

Installation & Setup

Quick Install with VS Code

Install in VS Code Install in VS Code Insiders

Manual Installation

Add to your VS Code settings.json:

Node

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "npx",
        "args": [
          "it-tools-mcp"
        ],
        "env": {}
      }
    }
  }
}

Docker

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "--init",
          "--security-opt", "no-new-privileges:true",
          "--cap-drop", "ALL",
          "--read-only",
          "--user", "1001:1001",
          "--memory=256m",
          "--cpus=0.5",
          "--name", "it-tools-mcp",
          "wrenchpilot/it-tools-mcp:v5.10.7"
        ]
      }
    }
  }
}

IT Tools MCP Server v5.10.6

Choose a tag to compare

@github-actions github-actions released this 08 Apr 18:47
a2325d6

Changes since v5.10.5

  • fix: update version to 5.10.6 in manifest, package.json, package-lock.json, and server.json (a2325d6)

Installation & Setup

Quick Install with VS Code

Install in VS Code Install in VS Code Insiders

Manual Installation

Add to your VS Code settings.json:

Node

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "npx",
        "args": [
          "it-tools-mcp"
        ],
        "env": {}
      }
    }
  }
}

Docker

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "--init",
          "--security-opt", "no-new-privileges:true",
          "--cap-drop", "ALL",
          "--read-only",
          "--user", "1001:1001",
          "--memory=256m",
          "--cpus=0.5",
          "--name", "it-tools-mcp",
          "wrenchpilot/it-tools-mcp:v5.10.6"
        ]
      }
    }
  }
}

IT Tools MCP Server v5.10.5

Choose a tag to compare

@github-actions github-actions released this 28 Mar 21:20
e580bbf

Changes since v5.10.4

  • chore(deps): npm update; update version to 5.10.5 in manifest, package.json, package-lock.json, and server.json (e580bbf)

Installation & Setup

Quick Install with VS Code

Install in VS Code Install in VS Code Insiders

Manual Installation

Add to your VS Code settings.json:

Node

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "npx",
        "args": [
          "it-tools-mcp"
        ],
        "env": {}
      }
    }
  }
}

Docker

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "--init",
          "--security-opt", "no-new-privileges:true",
          "--cap-drop", "ALL",
          "--read-only",
          "--user", "1001:1001",
          "--memory=256m",
          "--cpus=0.5",
          "--name", "it-tools-mcp",
          "wrenchpilot/it-tools-mcp:v5.10.5"
        ]
      }
    }
  }
}

IT Tools MCP Server v5.10.4

Choose a tag to compare

@github-actions github-actions released this 25 Mar 14:05
f340aef

Changes since v5.10.3

  • fix: update version to 5.10.4 in manifest, package.json, package-lock.json, and server.json (f340aef)

Installation & Setup

Quick Install with VS Code

Install in VS Code Install in VS Code Insiders

Manual Installation

Add to your VS Code settings.json:

Node

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "npx",
        "args": [
          "it-tools-mcp"
        ],
        "env": {}
      }
    }
  }
}

Docker

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "--init",
          "--security-opt", "no-new-privileges:true",
          "--cap-drop", "ALL",
          "--read-only",
          "--user", "1001:1001",
          "--memory=256m",
          "--cpus=0.5",
          "--name", "it-tools-mcp",
          "wrenchpilot/it-tools-mcp:v5.10.4"
        ]
      }
    }
  }
}

IT Tools MCP Server v5.10.3

Choose a tag to compare

@github-actions github-actions released this 06 Mar 02:02
6a5c25b

Changes since v5.10.2

  • fix: update npm package dependencies, update version to 5.10.3 (6a5c25b)

Installation & Setup

Quick Install with VS Code

Install in VS Code Install in VS Code Insiders

Manual Installation

Add to your VS Code settings.json:

Node

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "npx",
        "args": [
          "it-tools-mcp"
        ],
        "env": {}
      }
    }
  }
}

Docker

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "--init",
          "--security-opt", "no-new-privileges:true",
          "--cap-drop", "ALL",
          "--read-only",
          "--user", "1001:1001",
          "--memory=256m",
          "--cpus=0.5",
          "--name", "it-tools-mcp",
          "wrenchpilot/it-tools-mcp:v5.10.3"
        ]
      }
    }
  }
}

IT Tools MCP Server v5.10.2

Choose a tag to compare

@github-actions github-actions released this 06 Feb 14:52

Changes since v5.10.1

  • fix: update version to 5.10.2 in manifest, package.json, package-lock.json, and server.json (2bf869d)
  • chore(deps): bump @modelcontextprotocol/sdk (fc45b58)

Installation & Setup

Quick Install with VS Code

Install in VS Code Install in VS Code Insiders

Manual Installation

Add to your VS Code settings.json:

Node

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "npx",
        "args": [
          "it-tools-mcp"
        ],
        "env": {}
      }
    }
  }
}

Docker

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "--init",
          "--security-opt", "no-new-privileges:true",
          "--cap-drop", "ALL",
          "--read-only",
          "--user", "1001:1001",
          "--memory=256m",
          "--cpus=0.5",
          "--name", "it-tools-mcp",
          "wrenchpilot/it-tools-mcp:v5.10.2"
        ]
      }
    }
  }
}

IT Tools MCP Server v5.10.1

Choose a tag to compare

@github-actions github-actions released this 27 Jan 22:45
7f221ee

Changes since v5.10.0

  • fix: bump npm versions, update version to 5.10.1 in manifest, package.json, and server.json (7f221ee)
  • revert: comment out mcp-publish job in main.yml to disable publishing process [skip ci] (7766e5d)
  • fix: revert version to 5.10.0 in package.json and package-lock.json; update server.json identifier format [skip ci] (ecc6dc0)
  • fix: server.json [skip ci] (da7d563)
  • Merge pull request #30 from wrenchpilot:mcp-fix (8c4c12c)
  • revert: clean up server.json by removing unsupported fields and normalizing package properties (137ba93)
  • Merge pull request #29 from wrenchpilot:fix-workflow (1e7e870)
  • revert: fix syncManifest to normalize package entries and ensure version consistency (ab1b6d9)

Installation & Setup

Quick Install with VS Code

Install in VS Code Install in VS Code Insiders

Manual Installation

Add to your VS Code settings.json:

Node

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "npx",
        "args": [
          "it-tools-mcp"
        ],
        "env": {}
      }
    }
  }
}

Docker

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "--init",
          "--security-opt", "no-new-privileges:true",
          "--cap-drop", "ALL",
          "--read-only",
          "--user", "1001:1001",
          "--memory=256m",
          "--cpus=0.5",
          "--name", "it-tools-mcp",
          "wrenchpilot/it-tools-mcp:v5.10.1"
        ]
      }
    }
  }
}

IT Tools MCP Server v5.10.0

Choose a tag to compare

@github-actions github-actions released this 19 Jan 01:43
d8249bc

Changes since v5.9.0

  • Merge pull request #28 from wrenchpilot:mcp-publisher-workflow (d8249bc)
  • Merge remote-tracking branch 'origin/master' into mcp-publisher-workflow (21da3fe)
  • feat: update MCP Publisher download logic to use a fixed version and improve error handling (fa24b86)
  • Merge pull request #27 from wrenchpilot:mcp-publisher-workflow (9816e52)
  • Merge remote-tracking branch 'origin/master' into mcp-publisher-workflow (b2f24e8)
  • feat: enhance Dockerfile and package.json to ensure lifecycle scripts are available during npm ci (fb1080e)

Installation & Setup

Quick Install with VS Code

Install in VS Code Install in VS Code Insiders

Manual Installation

Add to your VS Code settings.json:

Node

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "npx",
        "args": [
          "it-tools-mcp"
        ],
        "env": {}
      }
    }
  }
}

Docker

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "--init",
          "--security-opt", "no-new-privileges:true",
          "--cap-drop", "ALL",
          "--read-only",
          "--user", "1001:1001",
          "--memory=256m",
          "--cpus=0.5",
          "--name", "it-tools-mcp",
          "wrenchpilot/it-tools-mcp:v5.10.0"
        ]
      }
    }
  }
}

IT Tools MCP Server v5.9.0

Choose a tag to compare

@github-actions github-actions released this 19 Jan 01:10
e5c278f

Changes since v5.8.18

  • Merge pull request #26 from wrenchpilot:mcp-publisher-workflow (e5c278f)
  • feat: enhance pre-commit hook to validate version sync between package.json, mcp-manifest.json, and server.json (9b136f1)
  • feat: enhance pre-commit hook to validate version sync between package.json, mcp-manifest.json, and server.json (ef3f458)
  • feat: refactor mcp-publish job to install and publish using official MCP Publisher (d403a8a)

Installation & Setup

Quick Install with VS Code

Install in VS Code Install in VS Code Insiders

Manual Installation

Add to your VS Code settings.json:

Node

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "npx",
        "args": [
          "it-tools-mcp"
        ],
        "env": {}
      }
    }
  }
}

Docker

{
  "mcp": {
    "servers": {
      "it-tools": {
        "command": "docker",
        "args": [
          "run",
          "-i",
          "--rm",
          "--init",
          "--security-opt", "no-new-privileges:true",
          "--cap-drop", "ALL",
          "--read-only",
          "--user", "1001:1001",
          "--memory=256m",
          "--cpus=0.5",
          "--name", "it-tools-mcp",
          "wrenchpilot/it-tools-mcp:v5.9.0"
        ]
      }
    }
  }
}