Back to Home
udittripathi icon

MCPServer

Verified Safe

by udittripathi

Overview

Provides LLMs with safe, read-only access to a local codebase, enabling them to answer questions about functionality, file locations, and code usages.

Installation

Run Command
npm start

Security Notes

The server's security model emphasizes read-only access, explicit project root allowlisting, and path traversal protection, which is implemented in `src/utils/fileUtils.ts` via `resolveSafePath`. It uses a stdio transport, meaning no network access, which eliminates a class of network-based vulnerabilities. No `eval` or other obvious malicious patterns were found. `PROJECT_ROOT` requires manual user configuration, preventing arbitrary file access.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-19

Tags

LLM ToolCode AnalysisLocal DevelopmentTypeScriptRead-Only