Skip to main content
Glama

Peekaboo MCP

by steipete
MIT License
431
37
  • Apple

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI_API_KEYNoAPI key for OpenAI, required if using OpenAI providers in PEEKABOO_AI_PROVIDERS.
PEEKABOO_CLI_PATHNoOptional override for the Swift peekaboo CLI executable path.
PEEKABOO_LOG_FILENoPath to the server's log file. If the specified directory is not writable, falls back to the system temp directory.~/Library/Logs/peekaboo-mcp.log
PEEKABOO_LOG_LEVELNoLogging level (trace, debug, info, warn, error, fatal).info
PEEKABOO_AI_PROVIDERSNoComma-separated list of provider_name/default_model_for_provider pairs (e.g., "openai/gpt-4o,ollama/llava:7b"). Determines which AI backends are available for the analyze tool and the image tool (when a question is provided).""
PEEKABOO_CONSOLE_LOGGINGNoBoolean ("true"/"false") for development console logs."false"
PEEKABOO_OLLAMA_BASE_URLNoBase URL for the Ollama API server. Only needed if Ollama is running on a non-default address.http://localhost:11434
PEEKABOO_DEFAULT_SAVE_PATHNoDefault base absolute path for saving images captured by the image tool. If the path argument is provided to the image tool, it takes precedence.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/steipete/Peekaboo'

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