Skip to main content
Glama

file-finder-mcp

Buscador de archivos mcp Servidor MCP

Un servidor MCP para buscar archivos en el sistema de archivos basándose en un fragmento de ruta.

Componentes

Recursos

El servidor implementa un sistema de búsqueda de archivos:

  • Cada recurso de archivo incluye:
    • Nombre del archivo
    • Ruta completa
    • Tamaño del archivo
    • Fecha de creación

Herramientas

El servidor proporciona una herramienta:

  • search-files : busca archivos que coincidan con un fragmento de ruta determinado.
    • Toma query como un argumento de cadena obligatorio.
    • Utiliza directory como argumento de cadena opcional para especificar el directorio base de la búsqueda. Si no se proporciona, la búsqueda se ejecuta en el directorio raíz.
    • Devuelve una lista de archivos coincidentes con sus metadatos.

Inicio rápido

Instalar

Reemplace el contenido del archivo cline_mcp_settings.json con la siguiente configuración:

{ "mcpServers": { "file-finder-mcp": { "command": "uv", "args": [ "--directory", "/Users/stleubaev/Desktop/ClineTest/file-finder-mcp", "run", "file-finder-mcp" ] } } }

Pruebas

La prueba se realizó utilizando el modelo Gemini con el siguiente mensaje:

hi can you find files called file_to_find on my desktop using my mcp server
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor MCP que permite buscar archivos en el sistema de archivos basándose en fragmentos de ruta y devuelve metadatos de archivo que incluyen nombre, ruta, tamaño y fecha de creación.

  1. Componentes
    1. Recursos
    2. Herramientas
  2. Inicio rápido
    1. Instalar
  3. Pruebas

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server that provides access to project files and their contents, allowing users to retrieve file data from specified project directories with error handling and configuration options.
      Last updated -
      1
      5
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      This MCP server aids users in searching and analyzing their photo library by location, labels, and people, offering functionalities like photo analysis and fuzzy matching for enhanced photo management.
      Last updated -
      21
      Python
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      An MCP server that provides tools for reading, writing, and editing files on the local filesystem.
      Last updated -
      1
      1,524
      Python
      Apache 2.0
      • Apple
    • -
      security
      A
      license
      -
      quality
      Stores metadata for MCP servers and provides smart search capabilities, allowing users to find appropriate MCP servers for their queries and route requests to the most suitable server.
      Last updated -
      9
      Python
      MIT License

    View all related MCP servers

    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/StepanCooleague/file-finder-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server