Skip to content
VS Code

artifact hub mcp for VS Code

io.github.mrfentmen/artifact-hub-mcp

Helm charts and cloud native packages from Artifact Hub. No key required.

client:VS Code transport:stdio runtime:npm

Install artifact hub mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "artifact-hub-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/artifact-hub-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

artifact hub mcp in other clients