Back to Home
craigsloggett icon

personal-mcp-server

Verified Safe

by craigsloggett

Overview

This project implements a command-line utility for searching text within files, supporting both case-sensitive and case-insensitive queries.

Installation

Run Command
cargo run -- <query_string> <file_path>

Security Notes

The source code is simple, performing basic file reading and string matching operations. There are no 'eval' calls, dynamic code execution, network operations, or hardcoded secrets. It poses minimal security risks based on the provided logic.

Similar Servers

Stats

Interest Score8
Security Score10
Cost ClassLow
Avg Tokens500
Stars1
Forks0
Last Update2025-12-15

Tags

RustCLI toolText searchFile processingUtility