Skip to main content
Glama
globus
by globus

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GLOBUS_CLIENT_IDNoClient ID for a registered Globus application
GLOBUS_CLIENT_SECRETNoClient secret for a registered Globus application

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
globus_compute_list_endpointsB

List Globus Compute endpoints that the user has access to.

globus_compute_register_python_functionA

Register a Python function with Globus Compute.

Use globus_compute_submit_task to run the registered Python function on an endpoint.

globus_compute_register_shell_commandA

Register a shell command function with Globus Compute.

Use globus_compute_submit_task to run the registered shell command on an endpoint.

globus_compute_submit_taskA

Submit a function execution task to a Globus Compute endpoint.

Use globus_compute_get_task_status to monitor progress and retrieve results.

globus_compute_get_task_statusB

Retrieve the status and result of a Globus Compute task.

globus_transfer_search_endpoints_and_collectionsA

Use a filter string to search all Globus Transfer endpoints and collections that are visible to the user.

globus_transfer_list_endpoints_and_collectionsC

List Globus Transfer endpoints and collections that the user has access to, filtered based on the provided scope.

globus_transfer_submit_taskA

Submit a transfer task between two Globus Transfer collections.

Use globus_transfer_get_task_events to monitor the task's progress.

globus_transfer_get_task_eventsA

Get a list of Globus Transfer task events to monitor the status and progress of a task. The events are ordered by time descending (newest first).

globus_transfer_list_directoryB

List contents of a directory on a Globus Transfer collection

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/globus/globus-mcp'

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