MCP server using the Master File Table to allow millions of files to be searched instantly
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"instant-file-search-": {
"command": "cargo",
"args": [
"run",
"--",
"instant-file-search-MCP-server"
]
}
}
}
Run in terminal:
claude mcp add instant-file-search- cargo run -- instant-file-search-MCP-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"instant-file-search-": {
"command": "cargo",
"args": [
"run",
"--",
"instant-file-search-MCP-server"
]
}
}
}