Skip to main content
Glama
yanggf8

Rovodev CLI MCP

by yanggf8

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_CWDNoWorking directory for the underlying CLI.
ROVODEV_CMDNoAlternative to ROVODEV_CLI_PATH to specify the CLI command.acli
MCP_LOG_LEVELNoLogging level: debug, info, warn, error, silent.
MCP_CHUNK_SIZENoPreferred chunk size for large responses (first found used, default 20000).20000
MCP_CHUNK_TTL_MSNoChunk cache TTL in milliseconds (default 20 minutes).1200000
ROVODEV_CLI_PATHNoPath to the underlying CLI executable. Alternative: ROVODEV_CMD.acli
ROVODEV_HELP_FLAGNoFlag to show help.--help
ROVODEV_YOLO_FLAGNoFlag to enable yolo mode.--yolo
ROVODEV_CHUNK_SIZENoLegacy chunk size variable (first found used, default 20000).20000
ROVODEV_SUBCOMMANDNoSubcommand passed to the CLI.rovodev run
MCP_EXEC_TIMEOUT_MSNoExecution timeout in milliseconds.
MCP_MAX_STDOUT_SIZENoMaximum stdout buffer size before termination.
ROVODEV_CONFIG_FLAGNoFlag to specify config file.--config-file
ROVODEV_SHADOW_FLAGNoFlag to enable shadow mode.--shadow
ROVODEV_RESTORE_FLAGNoFlag to enable restore mode.--restore
ROVODEV_VERBOSE_FLAGNoFlag to enable verbose output.--verbose
MCP_CHUNK_MAX_ENTRIESNoMaximum number of chunk cache entries (default 500).500

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
logging
{}
prompts
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ask-rovodevB

Invoke Rovodev agent via 'acli rovodev run'. Always runs in yolo mode (non-interactive) for MCP usage. Supports flags like --config-file, --shadow, --verbose, --restore.

PingA

Echo back a message for testing

HelpA

Show underlying Rovodev CLI help output

fetch-chunkA

Fetch a specific chunk from a previously cached large response (from ask-rovodev)

next-chunkB

Fetch the next chunk for a previously cached large response (from ask-rovodev)

session_managerA

Manage isolated sessions for Rovodev CLI operations. Each session has its own working directory and can be used to maintain context across multiple commands.

health_checkB

Check the health status of the Rovodev CLI MCP server, including Rovodev CLI availability, session manager status, and environment configuration.

diagnosticsA

Get comprehensive diagnostics information including performance metrics, health status, session statistics, and system information.

tap-rovodevB

Invoke Rovodev agent via 'acli rovodev run'. Always runs in yolo mode (non-interactive) for MCP usage. Supports flags like --config-file, --shadow, --verbose, --restore.

Prompts

Interactive templates invoked by user choice

NameDescription
ask-rovodevSend a message to the Rovodev CLI agent
PingPing the server
HelpDisplay help for the underlying CLI
fetch-chunkFetch a specific chunk of a prior large response
next-chunkFetch the next chunk of a prior large response
tap-rovodevSend a message to the Rovodev CLI agent

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/yanggf8/rovodev-cli-mcp'

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