Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by romanshablio • Uncategorized
A local MCP server that searches files by name and returns results in JSON format.
Search files on a local computer by filename via HTTP requests.
Integrate file search functionality directly into VSCode using Cline.
Automated file search results saved and accessible in JSON format.
This MCP server is a Python-based local HTTP service that scans the computer for files matching a search query and returns the results as JSON. It also saves search results to a file named search_results.json. The server integrates with the Cline tool in VSCode to enable seamless file searching without using command line tools.