Skip to content
| Marketplace
Sign in
Visual Studio Code>Chat>industrial-information-hub-mcpNew to Visual Studio Code? Get it now.
industrial-information-hub-mcp

industrial-information-hub-mcp

wkaca7114

|
7 installs
| (0) | Free
MCP server extension for industrial-information-hub-mcp. Installs industrial-information-hub-mcp and guides env setup.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

industrial-information-hub-mcp

This extension integrates your npm MCP service industrial-information-hub-mcp@latest as a VS Code MCP Provider, so users do not need to manually edit the global mcp.json.

How It Works

  • After activation, the extension prompts the user to enter environment variables: BASE_URL, API_USERNAME, API_PASSWORD, and ENV_TYPE.
  • In package.json, the extension declares an MCP Provider entry via contributes.mcpServerDefinitionProviders.
  • The extension registers the MCP server definition through vscode.lm.registerMcpServerDefinitionProvider.
  • The actual startup configuration is equivalent to:
{
  "label": "industrial-information-hub-mcp",
  "command": "npx",
  "args": ["-y", "industrial-information-hub-mcp@latest"],
  "type": "stdio",
  "env": {
    "BASE_URL": "<user input>",
    "API_USERNAME": "<user input>",
    "API_PASSWORD": "<user input>",
    "ENV_TYPE": "<user input>"
  }
}

Security

  • API_PASSWORD is stored in VS Code Secret Storage.
  • The other variables are stored in the extension's global state.

Manual Reconfiguration

Run the following in the Command Palette:

  • industrial-information-hub-mcp
  • industrial-information-hub-mcp: clear saved credentials
  • industrial-information-hub-mcp: reconfigure now
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft