CloudLab MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOUDLAB_API_URL | No | Override the API endpoint | https://www.emulab.net:43794 |
| CLOUDLAB_TOKEN_PATH | No | Custom path to your JWT token file. The server looks for your JWT token in these locations (in order): 1. Path specified in CLOUDLAB_TOKEN_PATH environment variable, 2. cloudlab.jwt in the project directory, 3. ~/Downloads/cloudlab.jwt |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_experimentsB | List all your CloudLab experiments |
| create_experimentC | Create a new CloudLab experiment from a profile |
| get_experimentB | Get detailed status of a specific experiment including node states |
| reboot_nodeC | Reboot a specific node in an experiment |
| reboot_all_nodesC | Reboot all nodes in an experiment |
| reload_nodeC | Reload/reimage a node with its disk image |
| powercycle_nodeB | Power cycle a node (hard reboot) |
| extend_experimentC | Extend the expiration time of an experiment |
| terminate_experimentA | Terminate an experiment (WARNING: destroys all data) |
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
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/ArdaGurcan/cloudlab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server