Back to Home
nahidnstu12 icon

mcp-servers

by nahidnstu12

Overview

Provides tools for code understanding and manipulation, including searching code, analyzing imports, getting project structure, and performing file operations within a defined project root.

Installation

Run Command
node radius-directory/mcp-server.js

Security Notes

CRITICAL: The server is vulnerable to directory traversal attacks. The `read_file`, `write_file`, and `read_multiple_files` tools use `path.join(PROJECT_ROOT, args.path)` directly without sanitizing `args.path`. An attacker capable of sending tool requests could use `../` sequences in the `path` argument to read or write arbitrary files outside the intended project root (e.g., `/etc/passwd`). This is a severe vulnerability that grants broad file system access.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-05

Tags

code analysisfile managementproject structurerefactoringdeveloper tool