personal-mcp-server
Verified Safeby craigsloggett
Overview
This project implements a command-line utility for searching text within files, supporting both case-sensitive and case-insensitive queries.
Installation
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
rust-mcp-server
Acts as a bridge for Large Language Models (LLMs) like GitHub Copilot to interact with and perform actions on local Rust development environments, automating tasks like building, testing, and analyzing code.
cereus-rex
Provides a performant and configurable network server application, likely related to Minecraft protocol handling or general game server hosting.
freecodecamp-mcp
This server provides tools for AI assistants to search FreeCodeCamp articles and YouTube tutorials via RSS feeds.
mcp-context-rust
Provides multi-language code context and pattern training for AI assistants to analyze projects and suggest best practices.