1. Conduid
  2. Search
  3. readfile_mcp
MCP server · Search

readfile_mcp

Explore your local files with fast glob matching and text search. Find files across directories and pinpoint patterns in code, logs, or docs. Focus searches on any folder to keep results relevant.

Unclaimed search
34Low

Scored 4 months ago · breakdown

About readfile_mcp

readfile_mcp is an MCP server in the Search category: explore your local files with fast glob matching and text search. Find files across directories and pinpoint patterns in code, logs, or docs. Focus searches on any folder to keep results relevant. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/xue20010808/readfile_mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about readfile_mcp

Powered by Claude · Grounded in docs

I know everything about readfile_mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Local Filesystem MCP Server

A Model Context Protocol (MCP) server for exploring local filesystems with glob and grep tools.

Built with Smithery SDK

Features

This server provides two essential tools for filesystem exploration:

  • glob - Find files matching patterns (e.g., **/*.ts, src/**/*.js)
  • grep - Search for text patterns in files

Prerequisites

Getting Started

  1. Install dependencies:

    npm install
    
  2. Start development server:

    npm run dev
    

The server will run locally and provide access to your filesystem through the MCP protocol.

Configuration

You can customize the working directory in your smithery.yaml config:

runtime: typescript
target: local
config:
  workingDirectory: /path/to/your/directory

By default, it uses the current working directory.

Development

Your code is organized as:

  • src/index.ts - MCP server with glob and grep tools
  • smithery.yaml - Runtime specification with target: local for filesystem access

Edit src/index.ts to add your own filesystem tools.

Build

npm run build

Creates bundled server in .smithery/

Deploy

This server uses target: local in smithery.yaml, which means it's designed to run locally with filesystem access. It cannot be deployed to remote Smithery hosting.

Learn More

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About readfile_mcp

How do I install readfile_mcp?

Run git clone https://github.com/xue20010808/readfile_mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is readfile_mcp safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is readfile_mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.