Agent Ransack MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent Ransack MCPfind all .txt files containing 'invoice' in D:\Documents"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent Ransack MCP for Cursor
Give Cursor's AI agent supercharged local file search on Windows by connecting it to Agent Ransack via MCP.
Instead of relying only on Cursor's built-in search, the agent can call search_files_content and run headless searches through flpsearch.exe — ideal for large codebases, regex-heavy queries, and deep folder scans.
Windows only. Requires Node.js 18+ and a licensed Agent Ransack build that supports command-line export (
-o).
Features
search_files_contentMCP tool — Cursor's agent invokes Agent Ransack autonomouslyContent search — find text or regex inside files
Filename search — omit
containingTextto search by file name pattern onlyHeadless — no Agent Ransack window pops up; results are parsed from CSV output
Auto-detects common
flpsearch.exeinstall paths
Related MCP server: Everything Search MCP Server
Prerequisites
Requirement | Notes |
Windows | Uses |
Node.js 18+ | |
Agent Ransack (licensed) | Free edition blocks headless |
Cursor | With MCP support enabled |
Find your flpsearch.exe path
Common locations:
C:\Program Files\Mythicsoft\Agent Ransack\flpsearch.exe
C:\Program Files\Agent Ransack\flpsearch.exeInstallation
1. Clone the repo
git clone https://github.com/amrsohil/Agent-Ransack-MCP-Cursor.git
cd Agent-Ransack-MCP-Cursor2. Install dependencies
npm install3. Add to Cursor MCP config
Open (or create) your global MCP config:
C:\Users\YOUR_USER\.cursor\mcp.jsonAdd the server (adjust paths to match your machine):
{
"mcpServers": {
"agent-ransack": {
"command": "C:\\Program Files\\nodejs\\node.exe",
"args": ["C:\\path\\to\\Agent-Ransack-MCP-Cursor\\index.js"],
"env": {
"FLPSEARCH_PATH": "C:\\Program Files\\Mythicsoft\\Agent Ransack\\flpsearch.exe"
}
}
}
}See mcp.json.example for a copy-paste template.
4. Reload Cursor
Open Settings → MCP. You should see agent-ransack with the search_files_content tool available.
Usage
Once configured, ask Cursor's agent naturally:
"Search
D:\Projects\MyAppfor every reference toWorkOrderStatus""Find all
.tsxfiles containinguseEffectin my repo""List every
.configfile underC:\Projects"
The agent will call the MCP tool automatically.
Tool parameters
Parameter | Required | Description |
| Yes | Absolute path to search |
| No | Text or regex inside files. Omit for filename-only search. |
| No | e.g. |
| No | Search recursively. Default: |
| No | Treat |
| No | Case-sensitive content search. Default: |
| No | Cap matching lines per file |
How it works
Cursor Agent → MCP Server (Node.js) → flpsearch.exe → CSV results → AgentCursor's agent calls
search_files_contentThe MCP server runs
flpsearch.exeheadlessly with-oto a temp CSV fileResults are parsed and returned as formatted text
No Agent Ransack UI window appears
Troubleshooting
Problem | Fix |
Tool not listed in Cursor | Reload Cursor; check |
| Set |
| Upgrade to Agent Ransack premium / FileLocator Pro |
| Use full path to |
No results | Verify the |
Professional setup & custom MCP development
Need help setting this up for your team or building custom MCP integrations?
Amr Sohil
📧 amr.sohil@gmail.com
Available for:
Agent Ransack + Cursor MCP setup for teams
Custom MCP server development
Windows dev workflow automation
Enterprise Cursor tooling
License
This MCP server is released under the MIT License.
Agent Ransack is commercial software by Mythicsoft. This project does not include or redistribute Agent Ransack. Each user must install and license Agent Ransack separately.
Author
Amr Sohil
📧 amr.sohil@gmail.com
If this project helps you, consider starring the repo on GitHub.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/amrsohil/Agent-ransack-MCP-cursor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server