peekaboo-mcp
JSON →A minimal MCP server providing read-only access to the file system.
Install
npx peekaboo-mcp Tools · 2
- search_path Search for files and directories by name pattern. Supports wildcards: * (any characters), ** (any directories), ? (single character). Examples: *.ts, src/**/*.js, test-?.md
- search_content Search for content within files. Optional file pattern filter. Case-insensitive by default. Returns matching lines with line numbers