Globus
chính thứcManage research data and compute with Globus.
Globus MCP Server
The Globus MCP Server enables LLM applications to interact with Globus services.
Supported Tools
Globus Transfer
globus_transfer_list_endpoints_and_collections- List endpoints and collections the user has access toglobus_transfer_search_endpoints_and_collections- Use a filter string to search all endpoints and collections that are visible to the userglobus_transfer_submit_task- Submit a transfer task between two collectionsglobus_transfer_get_task_events- Get a list of task eventsglobus_transfer_list_directory- List contents of a directory on a collection
Globus Compute
globus_compute_list_endpoints- List endpoints that the user has access toglobus_compute_register_python_function- Register a Python functionglobus_compute_register_shell_command- Register a shell commandglobus_compute_submit_task- Submit a task to an endpointglobus_compute_get_task_status- Retrieve the status and result of a task
Configuration
The following configuration is compatible with most LLM applications that support MCP such as Claude Desktop:
{
"mcpServers": {
"globus-mcp": {
"command": "uvx",
"args": ["globus-mcp"]
}
}
}
Limiting Tool Registration
By default, the Globus MCP server registers tools for every service. To register tools for only
specific services, use the --services command-line flag:
{
"mcpServers": {
"globus-mcp": {
"command": "uvx",
"args": [
"globus-mcp",
"--services",
"compute"
]
}
}
}
Specifying Client Credentials
If you've registered a client application
in the Globus web UI, you can specify the client
credentials via the GLOBUS_CLIENT_ID and GLOBUS_CLIENT_SECRET environment variables:
{
"mcpServers": {
"globus-mcp": {
"command": "uvx",
"args": ["globus-mcp"],
"env": {
"GLOBUS_CLIENT_ID": "...",
"GLOBUS_CLIENT_SECRET": "..."
}
}
}
}
Máy chủ liên quan
Grafana
MCP server for Grafana — manage dashboards, datasources, alerts, folders, and annotations over stdio
AWS Cost Analysis
Analyze CDK projects to identify AWS services used and get pricing information from AWS pricing webpages and API.
IOL MCP Tool
Interact with the Invertir Online (IOL) API to manage investments and access market data.
QontoCtl
CLI and MCP server for the Qonto business banking API — manage transactions, invoices, clients, transfers, and more
Space Frontiers
Interfaces with the Space Frontiers API, enabling language models to interact with its data sources.
Modal
Deploy Python scripts to Modal, a serverless platform for running code in the cloud.
1Password Credential Retrieval Server
Securely retrieve credentials from 1Password for use by Agentic AI.
CoinMarketCap MCP
Access cryptocurrency market data, exchange information, and other blockchain-related metrics from the CoinMarketCap API.
Zen MCP Server
Access multiple AI models like Claude, Gemini, and OpenAI through a single server using your own API keys.
Civic Nexus
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows