Skip to main content
Glama
MCPCommand.swift911 B
// // MCPCommand.swift // PeekabooCLI // import Commander import Foundation import PeekabooCore /// Entry point for Model Context Protocol related subcommands. @MainActor struct MCPCommand: ParsableCommand { static let commandDescription = CommandDescription( commandName: "mcp", abstract: "Model Context Protocol server operations", discussion: """ The MCP command runs Peekaboo as an MCP server, exposing its tools to AI clients like Claude and Cursor. EXAMPLES: peekaboo mcp # Start MCP server on stdio peekaboo mcp serve # Explicitly start MCP server peekaboo mcp serve --transport http # HTTP transport (future) """, subcommands: [ Serve.self, ], defaultSubcommand: Serve.self, showHelpOnEmptyInvocation: false ) }

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

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