Back to Home
kms12425-ctrl icon

mcp-server-project

by kms12425-ctrl

Overview

An AI agent-based Micro-Agent Protocol (MCP) server designed for generating various types of reports, including technical solutions, experimental reports, review reports, analysis reports, and patents, utilizing a 'DeepResearch' mode.

Installation

Run Command
python server.py

Environment Variables

  • SOPS_AGE_KEY_FILE
  • HOST
  • PORT

Security Notes

The server uses `subprocess.run` for `git` commands and `sops` decryption, which requires careful input sanitization to prevent command injection vulnerabilities. While secrets are managed securely using `sops` and `age` encryption, the SSE transport implementation includes a `CORSMiddleware` with `allow_origins=["*"]`. This permissive CORS policy is a significant security risk for any non-local deployment, potentially enabling Cross-Site Request Forgery (CSRF) and other unauthorized access from arbitrary domains.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-18

Tags

AI AgentReport GenerationDeepResearchMCP ServerDocument AutomationLLM Orchestration