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
node radius-directory/mcp-server.jsSecurity 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
bit2me-mcp
Interact with the Bit2Me cryptocurrency exchange ecosystem to access real-time market data, manage wallets, execute trading operations, and query products like Earn (staking) and Loans via AI assistants.
MCP-server-
A Python-based server application handling user authentication, data storage, and potentially managing models or file uploads.
test-remote-mcp-server-expensetracker
A server for tracking expenses and managing financial data.
Expance_tracker_remote_Server
Provides an API for remote expense tracking and management.