Skip to content

Security: tyorus/mcp-study-prep

Security

SECURITY.md

Security Policy

Reporting

If you find a security issue, please open a private report via GitHub Security Advisories or contact the maintainers directly. Do not open public issues for undisclosed vulnerabilities.

Scope

This MCP server reads files from a local directory you configure (MD_DOCS_PATH). It does not make outbound network requests.

Path traversal

read_document and other file tools resolve paths relative to MD_DOCS_PATH and reject paths that escape the documents root. Report any bypass of this check.

Local file access

Each MCP process can read any supported file inside its configured documents directory. Point MD_DOCS_PATH only at folders you trust, and avoid sharing the server with untrusted clients.

There aren't any published security advisories