Skip to main content

Globus MCP server

Project description

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 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

Globus Compute

  • globus_compute_list_endpoints - List endpoints that the user has access to
  • globus_compute_register_python_function - Register a Python function
  • globus_compute_register_shell_command - Register a shell command
  • globus_compute_submit_task - Submit a task to an endpoint
  • globus_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": "..."
      }
    }
  }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

globus_mcp-0.1.1.tar.gz (58.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

globus_mcp-0.1.1-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file globus_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: globus_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 58.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for globus_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 fbbeb30f320fdff5d890a6d9d7005559c776796aa05cdec5db854668326e157c
MD5 9e14a0242ddd78af639557d8ddbbdea4
BLAKE2b-256 58dd660a337c92c346d43eb7d0617758e0da74783c42db6c3d45f324fd32b784

See more details on using hashes here.

Provenance

The following attestation bundles were made for globus_mcp-0.1.1.tar.gz:

Publisher: publish.yml on globus/globus-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file globus_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: globus_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for globus_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0b9dcf073c8f8eeb471e92958a6a87109c9570727bb573cf49e04d207c7b0bfe
MD5 31e28b23e7396d288c9909c2f0319a6b
BLAKE2b-256 a1412e8d3e6901d14c89684df31aadd6a8112faf52a6508d5b7dc0d8677c3741

See more details on using hashes here.

Provenance

The following attestation bundles were made for globus_mcp-0.1.1-py3-none-any.whl:

Publisher: publish.yml on globus/globus-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page