Back to Home
britus icon

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

Run Command
./eofmcp

Security 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

Stats

Interest Score30
Security Score2
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2026-01-14

Tags

MCP ServerQtC++Source Code ManagementAI Agent ToolFile System Access