# mcp_tools_3

Find files by glob pattern and search within them using grep. Quickly locate filenames and content matches across your workspace. Focus searches to a chosen directory for precise results.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add xiaobenyang-com/mcp_tools_3

# Browse available tools
npx -y @smithery/cli@latest tool list xiaobenyang-com/mcp_tools_3

# Get full schema for a tool
npx -y @smithery/cli@latest tool get xiaobenyang-com/mcp_tools_3 glob

# Call a tool
npx -y @smithery/cli@latest tool call xiaobenyang-com/mcp_tools_3 glob '{}'
```

## Tools (2)

- `glob` — Find files matching a glob pattern (e.g., '**/*.ts', 'src/**/*.js')
- `grep` — Search for text patterns in files using grep

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get xiaobenyang-com/mcp_tools_3 <tool-name>
```

---

Source: https://github.com/xiaobenyang-com/mcp_tools_3
