
Description
Uses MCP servers connected to the current Letta Cloud agent (cloud MCP). Load when the user asks to use a connected MCP server, list the agent's MCP servers or MCP tools, run an MCP tool connected in ADE/chat, or mentions cloud MCP, server-side MCP, agent MCP, or `letta cloud-mcp`.
SKILL.md
Using Cloud MCP
Letta Cloud stores MCP server connections per agent. The letta cloud-mcp CLI lists and runs those servers' tools through the Letta API, so it works from any surface where the agent runs: cloud sandboxes (chat.letta.com), Letta Desktop, and terminals.
Workflow
- List MCP servers connected to this agent:
letta cloud-mcp list
- Pick the relevant
idfrom the JSON output, then list its tools:
letta cloud-mcp tools <mcp-server-id>
- Pick a tool
id, inspect its name and description, and run it with a JSON object:
letta cloud-mcp run <mcp-server-id> <tool-id> --args '{"key":"value"}'
Rules
- Do not ask for an agent ID unless the user wants another agent. The CLI reads
LETTA_AGENT_ID/AGENT_IDfrom the environment. - Treat command output as JSON. Summarize relevant results instead of pasting large raw payloads.
- If
listis empty, ask the user to connect an MCP server to the agent on the MCP servers page. - If
toolsis empty for a connected server, the server's tools were never synced. Ask the user to resync the server from the MCP servers page; the CLI has no refresh action. - If a connected server has type
stdio, its tools cannot run on hosted Letta Cloud. Tell the user instead of retrying. - This requires a signed-in Letta Cloud agent. MCP servers configured locally in the terminal (
/mcp) are unrelated to this CLI.
More skills from the letta-code repository
View all 21 skillsacquiring-skills
discover and install agent skills
Jul 13AgentsAutomationGitHubContext Doctor
repair system prompt and memory degradation
Jul 13AgentsAI ContextDebuggingconverting-mcps-to-skills
connect MCP servers to create skills
Jul 13AgentsAutomationMCPcreating-mods
create and edit Letta Code mods
Jul 23AgentsAutomationCodingcreating-skills
create and update agent skills
Jul 13AgentsDocumentationPlugin Developmentcustomizing-commands
create and manage Letta slash commands
Aug 21AgentsAutomationCLI
More from Letta
View publishercustomizing-statusline
customize Letta Code statusline mods
letta-code
Jul 13CLIEngineeringdispatching-coding-agents
dispatch stateless coding agents
letta-code
Jul 26AgentsCodingMulti-Agentediting-letta-code-desktop-preferences
edit Letta Code Desktop preferences
letta-code
Aug 27ConfigurationDesktopThemesfinding-agents
locate and manage agents on server
letta-code
Aug 27AgentsManagementgenerating-mod-envs
generate Letta mod learning environments
letta-code
Jul 13AgentsAI InfrastructureConfigurationimage-generation
generate images from text prompts
letta-code
Jul 13CreativeGraphicsImage Generation