- Explore MCP Servers
- Globus-MCP-Servers
Globus Mcp Servers
What is Globus Mcp Servers
Globus-MCP-Servers is a repository that contains Model Context Protocol (MCP) servers designed to facilitate interactions between AI assistants, such as Claude, and Globus services for scientific computing and data management.
Use cases
Use cases include executing remote computations, transferring large datasets between research institutions, and automating data workflows in scientific projects.
How to use
To use Globus-MCP-Servers, clone the repository, create a conda environment, install the required dependencies, and configure the MCP servers in the Claude Desktop application by adding the server details in the settings.
Key features
Key features include the Globus Compute MCP Server for executing Python functions on remote endpoints and the Globus Transfer MCP Server for transferring files and managing tasks between Globus endpoints.
Where to use
Globus-MCP-Servers can be used in fields such as scientific research, data analysis, and any domain requiring efficient data management and computational resources.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Globus Mcp Servers
Globus-MCP-Servers is a repository that contains Model Context Protocol (MCP) servers designed to facilitate interactions between AI assistants, such as Claude, and Globus services for scientific computing and data management.
Use cases
Use cases include executing remote computations, transferring large datasets between research institutions, and automating data workflows in scientific projects.
How to use
To use Globus-MCP-Servers, clone the repository, create a conda environment, install the required dependencies, and configure the MCP servers in the Claude Desktop application by adding the server details in the settings.
Key features
Key features include the Globus Compute MCP Server for executing Python functions on remote endpoints and the Globus Transfer MCP Server for transferring files and managing tasks between Globus endpoints.
Where to use
Globus-MCP-Servers can be used in fields such as scientific research, data analysis, and any domain requiring efficient data management and computational resources.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Science MCPs
A collection of Model Context Protocol (MCP) servers that enable Claude and other AI assistants to interact with scientific computing resources and data management services.
Overview
This repository contains MCP servers that allow AI assistants to interact with scientific computing infrastructure:
- Globus MCP Servers - Enable interaction with Globus services for data transfer and compute functions
- Compute Facility MCP Servers - Enable interaction with ALCF and NERSC supercomputing facilities
- Diaspora MCP Server - Enables interaction with the Diaspora Event Fabric (Octopus) for topic management and event streaming.
These servers implement the Model Context Protocol (MCP), which allows AI assistants like Claude to interact with external tools and services.
Components
Globus MCP Servers
The Globus MCP servers enable AI assistants to:
- Globus Transfer - Transfer files between Globus endpoints, browse directories, and manage transfer tasks
- Globus Compute - Register and execute Python functions on remote Globus Compute endpoints (formerly FuncX)
Learn more about Globus MCP Servers
Compute Facility MCP Servers
The Compute Facility MCP servers enable AI assistants to:
- ALCF - Check status of ALCF machines (e.g., Polaris) and monitor running jobs
- NERSC - Check status of NERSC systems and services
Learn more about Compute Facility MCP Servers
Diaspora MCP Server
The Diaspora MCP server enable AI assistants to:
- Manage topics - Create, list, and delete topics within the user’s namespace
- Stream events - Publish events to a topic and retrieve the most recent event
Learn more about the Diaspora MCP Server
Use hosted MCPs (recommended)
Connecting to our hosted MCP servers is the fastest way to get started—no local installation or maintenance required.
- Open Claude Desktop and go to Settings → Developers.
- Click Edit Config and paste the hosted MCPs configuration.
- Restart Claude Desktop.
Deploy Locally
See local deployment configuration.
Usage Examples
Globus Transfer
You can ask Claude to:
Transfer files from my Globus endpoint to another endpoint
Globus Compute
You can ask Claude to:
Run a Python function on a Globus Compute endpoint
ALCF Status
You can ask Claude to:
Check if Polaris is online
NERSC Status
You can ask Claude to:
Check the status of NERSC systems
Diaspora Event Fabric
You can ask Claude to:
Register a Diaspora topic, produce three messages, and consume the latest message
Available Tools
Globus Transfer Server Tools
globus_authenticate
- Start Globus authenticationcomplete_globus_auth
- Complete authentication with an auth codelist_endpoints
- List available Globus endpointssubmit_transfer
- Submit a file transfer between endpoints- And more…
Globus Compute Server Tools
compute_authenticate
- Start Globus Compute authenticationregister_function
- Register a Python function with Globus Computeexecute_function
- Run a registered function on an endpoint- And more…
ALCF Server Tools
check_alcf_status
- Get the status of the Polaris machineget_running_jobs
- Return the list of running jobssystem_health_summary
- Summarize the jobs submitted to Polaris
NERSC Server Tools
get_nersc_status
- Get the status of various NERSC servicescheck_system_availability
- Check the system’s current availabilityget_maintenance_info
- Check the maintenance schedule of the resources
Diaspora Event Fabric Tools
register_topic
– create a new Kafka topicproduce_event
– publish a UTF‑8 message to a topicconsume_latest_event
– fetch the most recent event from a topic- And more…
For a complete list of tools, see the README files for each component.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
DevTools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.