eofmcp
by britus
Overview
Provides a Model Context Protocol (MCP) server with a Source Code Handler tool for remote management and processing of source code, primarily for integration with AI agents.
Installation
./eofmcpSecurity Notes
The `SourceCodeHandler` tool allows reading from and writing to arbitrary file paths on the server's filesystem due to insufficient path validation. The `isValidPath` function only checks for non-empty absolute paths and does not prevent path traversal (e.g., using '..' sequences). This makes the server highly vulnerable to unauthorized file access and modification if exposed to untrusted input. The server listens on all interfaces (`0.0.0.0`) by default, further increasing exposure risk.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
magic-api-mcp-server
Provides a Model Context Protocol (MCP) server to enhance Magic-API development workflows, enabling advanced interactions for script writing, API management, debugging, and deployment.
mcp-maintainer-toolkit
This server provides a Model Context Protocol (MCP) interface with various tools and resources designed to assist in maintaining, testing, and developing MCP repositories and clients.