We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thhart/fd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
description: Search for code patterns using fd-mcp content search
---
Search for code patterns across the codebase using mcp__fd__fd_search_content.
Ask the user what pattern they want to search for, and optionally which file types to search in.
Then use mcp__fd__fd_search_content with:
- search_pattern: the pattern provided by user
- extension: file type if specified (e.g., "py", "js", "md")
- context_lines: 2 (to show surrounding code)
This is 10-100x faster than find -exec grep and shows context around matches.