Odel
npx-vibe

npx-vibe

Local
@devrajsinh-jhalaJavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmnpx-vibev1.6.0

Run

npx -y npx-vibe

MCP client config

{
  "mcpServers": {
    "npx-vibe": {
      "command": "npx",
      "args": [
        "-y",
        "npx-vibe"
      ]
    }
  }
}