Skip to content

This section lists environment flags and integrations that affect how Vibenv runs in hosted or locked-down environments.

Docker and IDE integration

The Vibe server only initializes IDE integration when VIBENV_IS_DOCKER is not set. In Docker mode, the IDE detection hooks are skipped.

GitLab integration for push

@vibenv/vibe-server can create a GitLab merge request after pushing a branch. It uses these environment variables:

  • GIT_TOKEN
  • GIT_PROJECT_ID

The GitLab API base URL is https://gitlab.com.

MCP server port

@vibenv/shoptet-mcp-server reads MCP_SERVER_PORT and binds the MCP HTTP endpoint at /mcp.

Nuxt agent script source

@vibenv/framework-plugins reads NUXT_VIBENV_AGENT_SRC for logging and uses /src/main.ts as the default script source when no override is provided.