personal-mcp-server
Verified Safeby craigsloggett
Overview
A command-line utility for searching text within a specified file, supporting both case-sensitive and case-insensitive searches. Despite the repository's README suggesting it's an 'MCP Server', the provided source code implements a simple local file search tool, not a server or a Model Context Protocol.
Installation
cargo run -- <query> <file_path>Security Notes
The code performs local file reading and string searching. There are no network operations, use of 'eval' or similar dangerous functions, hardcoded secrets, or complex external integrations identified. It is a simple, straightforward utility with minimal attack surface.
Similar Servers
rust-mcp-server
Facilitates interaction between a large language model (LLM) and a local Rust development environment by exposing local Rust tools and project context to the LLM.
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
A multi-language Model Context Protocol (MCP) server for context analysis and code pattern training for AI assistants, supporting Rust, Node.js, Python, Go, Java, PHP, and .NET.