klone-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| klone_runA | Run a shell command on klone and return its stdout.
For long-running work (compilation, training), submit a SLURM job
via
First-time orientation: if you haven't already, read
|
| klone_put_fileA | Create or overwrite a file on klone with the given content. Content is piped via SSH stdin, so size is unlimited (no ARG_MAX
boundary) and shell metacharacters in Use this for writing SLURM scripts, config files, small data files —
anything where you want exact bytes written verbatim. For very large
data files, use If you're writing a SLURM script, read |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_quickstart | Essential knowledge for working on Klone. |
| get_commands | Useful klone-specific shell commands. Call them via klone_run. |
| help_jobs | Guidance on SLURM Job Scheduling (salloc, sbatch, GPUs). |
| help_arrays | Guidance on SLURM Job Arrays & Parameter Sweeps. |
| help_containers | Guidance on Apptainer (Singularity) usage. |
| help_python | Guidance on Python & Miniconda best practices. |
| help_r | R and RStudio on klone. |
| help_matlab | MATLAB on klone. |
| help_jupyter | Jupyter notebooks on klone. |
| help_modules | LMOD module system on klone. |
| help_gpus | GPU partitions and SBATCH on klone. |
| help_checkpoint | Checkpoint (ckpt) partitions — preemptible compute across groups. |
| help_monitoring | Watching, diagnosing, and post-morteming jobs. |
| help_ood | Open OnDemand web portal. |