mcp-server
Verified Safeby parfaitBashombe
Overview
Enables AI assistants to read, understand, and modify codebases safely and efficiently via the Model Context Protocol (MCP).
Installation
node dist/index.jsEnvironment Variables
- WORKSPACE_PATH
Security Notes
The server includes explicit path traversal prevention and strictly enforces workspace boundaries to prevent access outside the configured directory. It communicates over standard I/O (stdio), which limits network attack surface. No obvious hardcoded secrets or 'eval' usage were found. Security is robust for its intended use, assuming the host environment is secure.
Similar Servers
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
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.
code-assistant
Standardizes communication between code editors and AI coding agents, enabling autonomous code analysis and modification via command-line, GUI, or server modes.
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.