Skip to content
VS Code

npx-vibe for VS Code

io.github.devrajsinh-jhala/npx-vibe

Read-only npm package and project dependency preflight tools for AI applications.

client:VS Code transport:stdio runtime:npm

Install npx-vibe in VS Code

.vscode/mcp.json

{
  "servers": {
    "npx-vibe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "npx-vibe"
      ]
    }
  }
}

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

npx-vibe in other clients