Skip to main content
Glama

Peekaboo MCP

by steipete
build-peekaboo-cli.shβ€’368 B
#!/bin/bash set -e echo "Building Swift CLI..." # Change to CLI directory cd "$(dirname "$0")/../Apps/CLI" # Build the Swift CLI in release mode swift build --configuration release # Copy the binary to the root directory cp .build/release/peekaboo ../peekaboo # Make it executable chmod +x ../peekaboo echo "Swift CLI built successfully and copied to ./peekaboo"

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