Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VBCS_APP_NAMENoOptional single-app default.
VBCS_BASE_URLNoA standalone VBCS instance's own REST API base URL.
VBCS_REPO_PATHNoOptional single-repo default, for when a tool call doesn't specify one explicitly.
VBS_WORKSPACE_DIRNoA local directory containing checkouts of one or more VB Studio project repos.
VBCS_IDCS_PASSWORDNoPassword for standalone VBCS instance REST API.
VBCS_IDCS_USERNAMENoUsername for standalone VBCS instance REST API.
VBSTUDIO_GIT_TOKENNoGit remote auth token for commit/push/pull helpers.
VBSTUDIO_API_BASE_URLNoVB Studio's own REST API base URL (builds, pipelines, issues). Can be left blank; vbstudio_* tools are stubs.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_reposA

List local VB Studio project repo checkouts discoverable under VBS_WORKSPACE_DIR.

list_appsA

List VBCS web app names (webApps/) present in a repo checkout.

read_artifactA

Read a VBCS artifact file (page/flow/chain/service JSON, etc) by repo-relative path.

write_artifactA

Write a VBCS artifact file by repo-relative path. Refuses invalid JSON for .json paths.

list_artifactsA

List artifact files in a repo matching a glob pattern, e.g. 'webApps//flows/**/.json'.

git_statusA

Show git status for a repo checkout.

git_commitC

Stage and commit changes in a repo checkout.

git_pullC

Pull from the repo's remote.

git_pushC

Push to the repo's remote.

git_cloneA

Clone a git remote into VBS_WORKSPACE_DIR so it's discoverable by list_repos. Used by /link's VBS setup flow.

run_buildA

Run grunt-vb-build for a VBCS app. Streams output live to server logs as it runs.

run_auditA

Run grunt-vb-audit for a VBCS app. Streams output live to server logs as it runs.

vbcs_list_applicationsA

List applications on a standalone VBCS instance via its REST API (VBCS_BASE_URL). For VBCS apps not backed by a VB Studio git repo.

vbcs_lock_applicationC

Lock a live application on a standalone VBCS instance.

vbcs_unlock_applicationC

Unlock a live application on a standalone VBCS instance.

vbcs_export_bo_dataC

Export a business object's data records from a standalone VBCS instance.

vbstudio_list_projectsA

[NOT IMPLEMENTED] List VB Studio projects on the instance. Blocked until a live dev instance is confirmed.

vbstudio_trigger_buildC

[NOT IMPLEMENTED] Trigger a CI/CD build via the VB Studio REST API. Blocked until a live dev instance is confirmed.

vbstudio_trigger_deployC

[NOT IMPLEMENTED] Trigger a deploy via the VB Studio REST API. Blocked until a live dev instance is confirmed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vanamthrishul/ovb3-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server