MCP Servers / file-system / peekaboo-mcp

peekaboo-mcp

JSON →
stdiononefile-system

A minimal MCP server providing read-only access to the file system.

Install
How to run this server
[ { "cmd": "npx peekaboo-mcp", "imports": [] } ]
server path: peekaboo-mcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
Resources
peekaboo-mcp — MCP Server · libregistry