lmgrep
Verified Safeby Chiragkgit
Overview
Performs local-only semantic search and indexing across codebases for fast, context-aware queries.
Installation
python -m lmgrep.mcp_serverSecurity Notes
The server operates locally and manages its own data store in the user's home directory. It uses parameterized SQL queries, `yaml.safe_load`, and file locking mechanisms to prevent common vulnerabilities. File system operations (`shutil.rmtree`) are confined to its specific data directories, which are derived from a canonicalized repository root, mitigating risks of arbitrary file deletion. No obvious hardcoded secrets, 'eval', or direct external network risks for data processing were identified.
Similar Servers
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
CodeGraphContext
An AI pair programmer that provides real-time, accurate, context-aware assistance by indexing and analyzing codebases (local projects and dependencies) using a graph database, facilitating code understanding, writing, and refactoring across multiple programming languages.
CodeGraphContext
This MCP Server acts as an expert AI pair programmer's backend, providing real-time, accurate code analysis, indexing, and relationship information from a local codebase to assist with understanding, writing, and refactoring code.