Back to Home
hegner123 icon

concurrent-agent-mcp

Verified Safe

by hegner123

Overview

Coordinates multiple AI agents for parallel development tasks by managing atomic step claiming, dependency tracking, and crash recovery using a SQLite database.

Installation

Run Command
./bin/concurrent-agent-mcp

Environment Variables

  • AGENT_DB_PATH

Security Notes

The server design explicitly addresses security concerns for its intended local execution context. It uses parameterized queries to prevent SQL injection, transports data via stdio (no network exposure), and relies on file permissions for database access. There are no hardcoded secrets or 'eval' patterns identified in the provided source code. Agents are trusted as they operate under the same user's context. The database file is stored in the user's home directory (`~/.claude/agent-coordination.db`) which is reasonable for a local tool.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2026-01-18

Tags

multi-agent coordinationdependency managementcrash recoveryatomic operationssqlite