md-log MCP server: save, update & fetch markdown reports by path (stdio, PAT auth).
🛠️ Key Features
- Save, update and fetch markdown reports by path
- Uses standard input/output streams (stdio) for communication
- PAT-based authentication for secure access
🚀 Use Cases
- Store and retrieve Markdown reports by file path
- Maintain versioned markdown content through updates
- Integrate with CI/CD pipelines via stdio communication
⚡ Developer Benefits
- Clear, minimal API centered on path-based operations
- Lightweight server suitable for scripting and automation
- Simple authentication using Personal Access Tokens
⚠️ Limitations
- Description implies markdown-focused operations; other formats may not be supported
- Relies on stdio for I/O; may require wrapper tooling in non-stdio environments
- Documentation scope limited to name, description, and basic features