Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
system_infoA

Return basic OS, Node, CPU, memory, hostname and cwd information.

list_dirC

List a directory recursively with bounded depth and entry limits.

read_text_fileC

Read a UTF-8 text file with a maximum byte limit.

write_text_fileA

Write or append a UTF-8 text file, creating parent directories if needed.

apply_patchA

Exact string replacement patch for one text file. Fails if replacement count differs from expectedReplacements.

run_commandC

Run a shell command in a cwd with timeout and captured stdout/stderr.

terminal_startC

Start a persistent terminal process and return a session id.

terminal_writeC

Write input to a persistent terminal session.

terminal_readC

Read buffered stdout/stderr from a persistent terminal session.

terminal_stopC

Stop and forget a persistent terminal session.

terminal_listA

List active persistent terminal sessions.

git_statusB

Return short Git status for the current project.

git_set_remoteC

Add or update a GitHub HTTPS remote for the current project.

git_commit_allC

Stage all changes and create a Git commit if the working tree is dirty.

git_push_current_branchC

Push the current Git branch to a remote using local credentials.

tunnel_healthB

Check tunnel-client local healthz and readyz endpoints.

bridge_self_checkC

Run typecheck, build, Git status, tunnel health, and terminal inventory.

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/mauro3422/bridgeWEB-MCP'

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