Back to Home
Piotr1215 icon

agents-mcp-server

by Piotr1215

Overview

Facilitates real-time agent-to-agent communication and coordination, leveraging DuckDB for message persistence and `snd` for tmux message injection.

Installation

Run Command
node build/index.js

Environment Variables

  • SND_PATH
  • AGENTS_DB_PATH

Security Notes

The server uses `child_process.execSync` to run DuckDB CLI commands, with SQL queries constructed by string concatenation using a custom, manual escaping function (`esc`). This approach is highly vulnerable to SQL injection if the escaping mechanism is flawed or incomplete, allowing malicious input to execute arbitrary DuckDB commands. Additionally, the `snd` command is executed via `spawn`, which could pose an injection risk if the message content or pane ID is not adequately sanitized before being passed to the external `snd` script.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens25
Stars0
Forks0
Last Update2026-01-19

Tags

Agent communicationMulti-agent systemMessagingDuckDBtmux