Skip to main content
Glama
alicefarron
by alicefarron

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QA_MAX_STEPSNoMaximum number of tool-calling steps for the QA agent.200
OLLAMA_BASE_URLNoThe base URL for the Ollama API.http://localhost:11434
QA_OLLAMA_MODELNoThe Ollama model to use for the QA agent's tool-calling loop.llama3.1
SUDO_MEOW_DEBUG_URLNoThe base URL of the sudo-meow debug HTTP API (the Tauri app's Vite dev server).http://localhost:1420

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_current_stateA

Snapshot of the sudo meow cat's state machine and Pomodoro timer from a running dev instance (requires npm run tauri dev running in the sudo-meow repo).

get_available_transitionsA

What's reachable from the cat's current state: the organic weighted-graph options, every state forceTransition would accept (unconditionally — CatStateMachine has no transition validation of its own, see docs/STATE_MACHINE.md), and which Pomodoro events are valid from the current phase.

trigger_eventA

Sends an event to the live state machine. Valid eventNames: "cat.forceTransition" (payload: { state: CatState }), "pomodoro.start" (payload?: { minutes }), "pomodoro.tick" (payload?: { dtSeconds }), "pomodoro.resume", "pomodoro.cancel". Call get_available_transitions first to see what's valid from the current state — invalid states/events are rejected with a clear error.

get_state_historyA

Last transitions of both machines, interleaved, oldest first. The debug server itself caps this at 50 entries; limit (if given) further trims to the most recent N of whatever's returned.

read_console_logsA

Last console.log/warn/error calls from the app window since it loaded. The debug server itself caps this at 200 entries; limit (if given) further trims to the most recent N of whatever's returned.

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/alicefarron/sudo-meow-mcp'

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