Skip to content
Docs

MCP Shim Install

MCP Shim – Design Partner Install (Tarball)

This repo can generate a tarball of the shim without publishing to npm.

Prereqs

  • Node.js 18+ installed
  • You received the file:
    aipg-mcp-shim-0.1.0.tgz

Install options

Option A: Install from a local tarball (recommended)

From your project folder (the one with your

package.json
):

npm install /path/to/aipg-mcp-shim-0.1.0.tgz

Windows example (PowerShell):

npm install C:\path\to\aipg-mcp-shim-0.1.0.tgz

Also safe:

npm install "C:\path\to\aipg-mcp-shim-0.1.0.tgz"

Option B: Install from a file in the same folder

If the tarball is in your current folder:

npm install ./aipg-mcp-shim-0.1.0.tgz

Verify install

npm ls aipg-mcp-shim

Configure env vars (required)

<GATEWAY_URL> <API_KEY>

IMPORTANT:

Use environment variables for secrets. Never commit secrets.