Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LEROBOT_ROOTNoOptional explicit path to a LeRobot checkout. If not set, the server searches in standard locations: current project ancestors, managed checkout ~/.cache/lerobot-mcp/lerobot, ~/hrl/lerobot, and installed lerobot package.
FORGE_REGISTRY_PATHNoOptional path to a local datasets.json registry file for offline or deterministic dataset search.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lerobot_server_configA

Return resolved server configuration and LeRobot checkout paths.

lerobot_install_or_update_lerobotB

Clone or fast-forward update a LeRobot checkout, then refresh this MCP server's config.

lerobot_list_commandsB

List supported command names and discovered LeRobot console scripts.

lerobot_capabilitiesA

List LeRobot scripts, extras, examples, and registered components from the current checkout.

lerobot_public_symbolsA

List public classes/functions below a LeRobot module prefix by static source inspection.

lerobot_list_examplesC

List Python example scripts under the configured LeRobot checkout.

lerobot_build_commandB

Preview a known LeRobot entry point command without running it.

lerobot_command_helpB

Run --help for any discovered LeRobot console command.

lerobot_build_exampleB

Preview a LeRobot example script command without running it.

lerobot_run_commandC

Run a known LeRobot entry point as a foreground call or managed background job.

lerobot_run_exampleC

Run a Python script from LeRobot's examples directory.

lerobot_build_forge_convertC

Preview pinned Forge dataset conversion to or from LeRobot-compatible formats.

lerobot_forge_convertC

Run pinned Forge dataset conversion. Uses Forge main at the pinned bug-fix commit.

lerobot_forge_inspectC

Inspect a dataset with pinned Forge, useful before conversion.

lerobot_build_forge_inspectD

Preview pinned Forge dataset inspection.

lerobot_build_dataset_latest_format_convertB

Preview LeRobot's official v2.1 -> current v3.0 parquet dataset conversion command.

lerobot_convert_dataset_to_latest_formatA

Convert a LeRobot v2.1 dataset to the current v3.0 parquet layout.

Defaults to local/no-push behavior. Set force_conversion=true to convert from v2.1 even when a v3.0 tag already exists. Older Hub branches such as v1.x/v2.0 must first be migrated to v2.1.

lerobot_job_statusA

Return state, return code, and output tails for a background job.

lerobot_list_jobsA

List background jobs started during this MCP server process.

lerobot_job_logsC

Return stdout and stderr tails for a background job.

lerobot_cancel_jobC

Terminate a background job.

lerobot_inspect_dataset_metadataC

Summarize LeRobot dataset metadata from a local path or Hugging Face dataset repo.

lerobot_hf_whoamiA

Return the Hugging Face account visible to huggingface_hub.

lerobot_hf_repo_infoC

Return basic Hugging Face Hub repository information.

lerobot_hf_search_datasetsB

Search robotics datasets by robot, format, scale, size, task, and compatibility hints.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/noah-wardlow/lerobot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server