Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Tools

Functions exposed to the LLM to take actions

NameDescription
workspace_create

Create a new virtual filesystem workspace.

workspace_destroy

Destroy a workspace and clean up all resources.

workspace_list

List all workspaces.

workspace_switch

Switch to a different workspace.

workspace_info

Get detailed information about a workspace.

workspace_mount

Mount workspace via FUSE.

workspace_unmount

Unmount workspace.

read

Read file contents.

write

Write content to file.

ls

List directory contents.

tree

Display directory tree structure.

mkdir

Create directory.

rm

Remove file or directory.

mv

Move/rename file or directory.

cp

Copy file or directory.

cd

Change current working directory.

pwd

Get current working directory.

find

Find files matching a pattern.

grep

Search file contents for a pattern.

checkpoint_create

Create a checkpoint of the current workspace state.

checkpoint_restore

Restore workspace to a checkpoint.

checkpoint_list

List all checkpoints for the current workspace.

checkpoint_delete

Delete a checkpoint.

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/chrishayuk/chuk-mcp-vfs'

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