globus-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GLOBUS_CLIENT_ID | No | Client ID for a registered Globus application | |
| GLOBUS_CLIENT_SECRET | No | Client secret for a registered Globus application |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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