Back to Home
ismaeldosil icon

benefisio-coordination-mcp

Verified Safe

by ismaeldosil

Overview

The BeneFisio Coordination MCP Server provides a centralized system for multi-agent coordination, managing tasks, communication, and system state using a SQLite database and exposing tools via the Model Context Protocol.

Installation

Run Command
npm start

Environment Variables

  • COORDINATION_DB_PATH
  • BACKUP_RETENTION_DAYS
  • BACKUP_ALERT_WEBHOOK
  • COORDINATION_HTTP_PORT
  • MONITOR_ALERT_WEBHOOK
  • MONITOR_INTERVAL
  • STALE_THRESHOLD_MIN
  • BLOCK_ALERT_HOURS
  • MARKDOWN_OUTPUT_DIR
  • DASHBOARD_REFRESH_INTERVAL

Security Notes

The server appears well-designed with strong internal security practices, including explicit fixes for TOCTOU race conditions (BUG-001) using SQLite transactions and proper parameterization to prevent SQL injection. It utilizes environment variables for sensitive paths and webhook URLs, which is good practice. The HTTP health endpoint has broad CORS ('Access-Control-Allow-Origin: *'), which is acceptable for monitoring but should be noted. The primary external risk would be if environment variables for webhooks (`BACKUP_ALERT_WEBHOOK`, `MONITOR_ALERT_WEBHOOK`) are misconfigured or controlled by untrusted entities, potentially leading to data exfiltration or SSRF, though this assumes an compromised environment setup.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

Multi-agent coordinationSQLiteDeveloper toolsProject ManagementMicroservices