Agent Ransack MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLPSEARCH_PATH | No | Full path to flpsearch.exe. If not provided, the server will attempt to auto-detect common install locations. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_files_contentA | Search a folder using Agent Ransack (flpsearch.exe). Finds files by name pattern and optionally searches file contents. Use for large trees, regex-heavy searches, or cases where built-in search is insufficient. Omit containingText for filename-only search. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
There is only one tool, so no ambiguity exists. An agent will always select the correct tool.
The single tool uses a clear snake_case name (search_files_content) which is descriptive and follows a consistent pattern.
With only one tool, the server feels minimal. However, for a focused file search purpose, a single comprehensive tool can be sufficient, though it may limit flexibility.
The tool covers both filename and content search, including regex. Minor gaps like advanced filtering or archive search may exist, but the core search domain is well-covered.