Skip to main content
Glama
amrsohil

Agent Ransack MCP

by amrsohil

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FLPSEARCH_PATHNoFull 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

There is only one tool, so no ambiguity exists. An agent will always select the correct tool.

Naming Consistency5/5

The single tool uses a clear snake_case name (search_files_content) which is descriptive and follows a consistent pattern.

Tool Count3/5

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.

Completeness4/5

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.

Maintenance

ActivityStale
ResponsivenessNo issues