Foremerge
Related Servers
Alternatives to Foremerge
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server for orchestrating a fleet of CLI coding agents in isolated git worktrees. It exposes tools for spawning workers, sending instructions, reviewing diffs, and merging changes, with full terminal visibility.11 npm4MIT

STMAofficial
FlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI coding agents to coordinate by sharing environment snapshots and diffs, surfacing overlapping work, exchanging debug-session messages, handing off tasks, and enforcing policy preflight checks.-- AlicenseAqualityDmaintenanceA filesystem-based MCP server for AI coding agents to coordinate work across git worktrees by claiming files, checking for conflicts, and logging progress without affecting the repository's git history.5MIT
- AlicenseNot gradedqualityCmaintenanceLocal-first code intelligence and safety layer for AI coding agents. MCP server exposes dependency graph, impact analysis, and AST-compressed repo context, backed by typed local memory, patch-scope safety gates, and git-independent transaction rollback.1MIT
- AlicenseNot gradedqualityFmaintenanceMCP server that decomposes tasks into plans with disjoint file boundaries, validates overlaps, and creates git worktrees with a ready prompt per plan.328 npmApache 2.0
- AlicenseNot gradedqualityAmaintenanceLocal-first MCP server that provides project context, verification gates, and structured tools for coding agents to discover knowledge, run diagnostics, and execute allowlisted commands within a repository.23 npmMIT
TDQS
Scored across 18 tools
Every tool targets a distinct resource or lifecycle step: reads are separated by entity (intent, changeset, overview/search), and state transitions have explicit sequential roles. The overlap among publish/claim/start/verify/accept/record is intentional and clearly sequenced, so an agent should not confuse one for another.
All tools use lower_snake_case and follow a predictable verb_noun pattern (get_intent, publish_changeset, resolve_conflict, run_verification), with only status as a noun-only outlier. There is no mixing of camelCase, bare generic verbs, or multiple verbs for the same action.
At 18 tools the server sits in the 16–25 range that feels heavy for an MCP toolset, even though the coordination workflow genuinely needs most of them. The count is defensible, but it is borderline rather than lean.
The full lifecycle is covered: register, publish intent, assess/claim/start, publish changeset, verify, accept, and record commit, with conflict and overview tools throughout. The main gap is that coordinated messages cannot be read through MCP, only sent, so an agent must use the CLI to receive the other side of the conversation.