cloudlabMcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cloudlabMcpprovision a CloudLab lab for my project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cloudlabMcp
MCP server that provisions CloudLab labs/sandboxes. Tools: login,
create_user, create_subscription, launch_subscription, provision_lab,
config_check.
1. Setup (run once)
Requires Python 3.10+.
# from the project folder
python -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r requirements.txt(macOS/Linux: use python3 -m venv .venv and ./.venv/bin/python.)
Related MCP server: PlugLayer MCP Server
2. Configure
Edit .cursor/mcp.json and set:
the two paths (
commandandargs) to your absolute path to.venv\Scripts\python.exeandserver.pythe
envvalues (CLOUDLAB_BASE_URL,CLOUDLAB_USERNAME, ... ) for your CloudLab environment.
CLOUDLAB_BASE_URL must be reachable from this machine (e.g. the machine also
running CloudLab, or a reachable host).
3. Test (no editor needed)
.\.venv\Scripts\python.exe test_client.pyExpected: it prints the connected tools and your config_check values. If you
see those, the server works.
4. Use in Cline / Cursor
Add the same block from
.cursor/mcp.jsonto your MCP config (Cline:cline_mcp_settings.json, Cursor:.cursor/mcp.json).Reload, confirm the server shows green with the tools.
In Agent mode, say: "Use cloudlabMcp provision_lab to create a lab."
provision_lab runs the whole flow: login -> create user -> create lab ->
launch (retries every 30s while the lab is still being created).
This server cannot be deployed
Maintenance
Related MCP Connectors
Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.
Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
Manage brainCloud apps, cloud code, hooks and servers; API lookups to help generate client code.
Create a free sandbox object storage bucket; upload, download, list, inspect, and delete objects.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI assistants to manage CloudLab/Emulab experiments, including listing experiments, controlling nodes (reboot, reload, power cycle), retrieving console logs, extending experiment time, and terminating experiments.9-

PlugLayer MCP Serverofficial
AlicenseCqualityBmaintenanceEnables deploying and managing infrastructure via natural language, including project/domain management, compute nodes, image deployment, and CI/CD integration.70MIT- AlicenseNot gradedqualityDmaintenanceEnables lab managers and developers to perform OpenShift Partner Labs operations, such as cluster provisioning and state changes, through natural language conversations by aggregating low-level database interactions into high-level MCP tools.Apache 2.0

Cloudgate MCPofficial
FlicenseNot gradedqualityCmaintenanceEnables building and managing Cloudgate workflow-APIs, including controllers, actions, workflow graphs, and databases, from any MCP-compatible AI client.-