Back to Home
Codewithnavy icon

mcp-keyword-search-server

Verified Safe

by Codewithnavy

Overview

An MCP server for intelligent keyword searching within files and directories to analyze logs, documentation, and code.

Installation

Run Command
npm start

Security Notes

Path traversal prevention is implemented with `path.resolve` and `fs.statSync` checks. File types are restricted for directory searches to .txt, .log, and .md. However, `fs.readFileSync` is used to read entire file contents into memory for single file search, which contradicts the 'Memory Efficient: Streams files without loading entire contents into memory' claim in the README. This could lead to high memory consumption or denial-of-service if very large files are searched. Output lines are truncated to 200 characters to limit result size. No direct `eval` or hardcoded secrets were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-24

Tags

MCPkeyword searchfile systemlog analysistypescript