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
      4
      TypeScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      An MCP server that allows Claude AI to perform filesystem operations including reading, writing, listing, moving files, and searching directories within specified allowed paths.
      Last updated -
      5
      1
      JavaScript
    • 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,387
      Python
      Apache 2.0
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Filesystem MCP server that allows an LLM to read and list files from a specified directory on your local machine through the Model Context Protocol.
      Last updated -
      2
      Python

    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