Globus
Manage research data and compute with Globus.
Ads
Overview
The Globus MCP Server enables LLM applications to interact with Globus services. - globus_transfer_list_endpoints_and_collections - List endpoints and collections the user has access to - globus_transfer_search_endpoints_and_collections - Use a filter string to search all endpoints and collections that are visible to the user - globus_transfer_submit_task - Submit a transfer task between two collections - globus_transfer_get_task_events - Get a list of task events - globus_transfer_list_directory - List contents of a directory on a collection
Installation
uvx globus-mcp
Configuration
{
"mcpServers": {
"globus-mcp": {
"command": "uvx",
"args": [
"globus-mcp"
]
}
}
}Capabilities
- Search for Globus collections
Find accessible endpoints and collections by name or filter using `globus_transfer_search_endpoints_and_collections`.
- List accessible endpoints and collections
Retrieve all Globus Transfer endpoints and collections you can access with `globus_transfer_list_endpoints_and_collections`.
- Submit a file transfer
Move data between two Globus collections by creating a transfer task via `globus_transfer_submit_task`.
- Browse a remote directory
Inspect the contents of a directory on a collection using `globus_transfer_list_directory`.
- Run a Python function remotely
Register and execute a Python function on a Globus Compute endpoint with `globus_compute_register_python_function` and `globus_compute_submit_task`.
- Check a compute task's status
Retrieve the status and result of a submitted Globus Compute task via `globus_compute_get_task_status`.
Tags
- cloud-infrastructure
- data-analysis
- research
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.