A specialized Model Context Protocol (MCP) server for full-text search within a filesystem.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"file-search-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"file-search-mcp"
]
}
}
}
Run in terminal:
claude mcp add file-search-mcp cargo run -- file-search-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"file-search-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"file-search-mcp"
]
}
}
}