klone-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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. |
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/aurasoph/hyak-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server