Back to Home
hyperion14 icon

docx-mcp-service

Verified Safe

by hyperion14

Overview

Generates BHK-formatted Word documents from Markdown text, optimized for integration with Mistral Chat via the Model Context Protocol (MCP).

Installation

Run Command
docker-compose up -d

Environment Variables

  • DOCKER_API_KEY
  • PUBLIC_URL
  • MISTRAL_API_KEY
  • MISTRAL_AGENT_ID

Security Notes

The project uses API key authentication for critical endpoints, which is a good practice. File handling for uploads and downloads appears robust against common path traversal attacks. However, the default API key 'YOUR_API_KEY' in `app.py` is a significant security risk if not changed in a production environment. Additionally, the Nginx configuration for CORS (`Access-Control-Allow-Origin '*'`) is wide open and should be restricted to `https://chat.mistral.ai` in production as noted in `NGINX_SETUP.md`. No obvious malicious patterns or usage of `eval` were found.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-27

Tags

DOCXMarkdownMistral ChatMCPMicroservice