Back to Home
johnhuang316 icon

code-index-mcp

Verified Safe

by johnhuang316

Overview

Provides intelligent code indexing, searching, and analysis capabilities for large language models to understand and navigate codebases.

Installation

Run Command
uvx code-index-mcp

Security Notes

The server uses `subprocess.run` to execute external search tools (`ugrep`, `ripgrep`, `ag`, `grep`). While necessary for performance, this introduces a risk of command injection if input is not perfectly sanitized. The project mitigates this by using `is_safe_regex_pattern` to validate regex patterns and appending `--` to separate arguments from search patterns for some tools. File system operations are mostly contained within project-specific temporary directories. No direct `eval` or `exec` is used. No hardcoded secrets were found within the server's own code.

Similar Servers

Stats

Interest Score98
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars575
Forks71
Last Update2025-11-27

Tags

Code IndexingCode AnalysisSearchAI AssistantDevelopment Tools