Back to Home
craigsloggett icon

personal-mcp-server

Verified Safe

by 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

Run Command
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

Stats

Interest Score30
Security Score10
Cost ClassLow
Avg Tokens500
Stars1
Forks0
Last Update2025-12-01

Tags

Command-line utilityText searchFile processingRustCLI