Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
mavis_session_listB

List Mavis sessions. Returns session IDs, titles, and last-updated timestamps.

mavis_session_infoB

Get detailed info about a specific session (status, workspace, model, etc.)

mavis_session_messagesB

Get the message history (conversation transcript) of a session.

mavis_session_newA

Create a new standalone Mavis session (use --from root for isolated, independent session). For child sessions linked to a parent, use mavis_spawn_worker instead.

mavis_session_abortB

Abort a running session.

mavis_session_rotateA

Rotate the current session — archives the old session and creates a fresh one with a handoff prompt.

mavis_session_diffA

Show file changes (git diff) made by a session.

mavis_comm_sendC

Send a message or command to a running session (prompt/abort/kill/summarize/fork/spawn).

mavis_comm_peersB

List all reachable (active) sessions in the Mavis network.

mavis_team_planA

List team plans or get status of a specific plan. Use team plan status <id> to view details. Create plans via YAML files with team plan run <yaml> (not exposed here — use mavis_session_new for one-off tasks).

mavis_agent_listA

List all available Mavis agents (built-in and custom).

mavis_agent_infoB

Get detailed info about a specific agent (skills, system prompt, etc.)

mavis_memory_appendB

Append a new entry to Mavis memory (user, agent, or project level).

mavis_memory_searchC

Search Mavis memory for entries matching a query.

mavis_cron_createB

Create a scheduled cron job (self-reminder, recurring task, etc.)

mavis_cron_listB

List all scheduled cron jobs for an agent.

mavis_cron_deleteB

Delete a cron job.

mavis_skill_listA

List all installed Mavis skills (global and agent-specific).

mavis_skill_infoB

Get detailed info about a specific skill (description, triggers, commands).

mavis_hook_listA

List all registered Mavis hooks (pre/post execution triggers).

mavis_config_showA

Show current Mavis daemon configuration (models, provider, nexus settings).

mavis_mcp_listA

List all registered MCP servers and their available tools.

mavis_mcp_callB

Call a specific tool on an MCP server. Useful for delegating to Playwright, Matrix, or other MCP tools from within Mavis.

mavis_statusA

Check Mavis daemon status (running, port, version).

mavis_spawn_workerA

Spawn a single-shot worker/verifier agent as a child session. Use for code review, test, verify tasks. The agent runs independently and reports back. For complex multi-agent tasks, use mavis_team_plan instead.

mavis_usageC

Inspect token usage by session, agent, or globally.

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/Cunning-Kang/mavis-mcp-server'

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