muster
Related Servers
Alternatives to muster
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables MCP clients to spawn and control Codex CLI and Claude Code sessions on the host machine, with session management and filesystem access.4MIT
- FlicenseNot gradedqualityAmaintenanceMCP server for programmatic lifecycle management of Claude Code sessions, supporting list, create, read, send, fork, wait, and interrupt operations.4 npm1-
- FlicenseNot gradedqualityAmaintenanceAgent orchestration system that runs coding-agent sessions (Claude Code, Codex) with policy mediation and exposes tools via MCP.-
- FlicenseNot gradedqualityBmaintenanceEnables MCP hosts like Claude Code and Codex to spawn, manage, and interact with persistent, reusable Pi coding-agent sessions, supporting task dispatch, status checks, and session lifecycle control.2 npm-
- AlicenseAqualityDmaintenanceWraps Claude Code as tools for MCP clients, enabling autonomous coding tasks via a 4-tool lifecycle with session management, async polling, and permission controls.434 npm20MIT
- FlicenseNot gradedqualityCmaintenanceEnables ISLI agents and MCP clients to dispatch natural-language coding and terminal tasks to a locally-installed Claude Code CLI, supporting both one-shot execution and persistent sessions with workspace and security controls.-
TDQS
Scored across 4 tools
Each tool targets a distinct concern: launching a run, listing resources, stopping a run, and reading output. There is no meaningful overlap between actions.
All tools use short, lowercase, single-word names in an imperative style, which is consistent overall. 'output' is slightly noun-like compared to 'run', 'list', and 'stop', but it still reads as a clear command.
Four tools is a tight, well-scoped set for a small agent/session management server. Each tool has a clear role with minimal redundancy.
The core lifecycle of launch/list/stop/read-output is covered. Minor gaps exist around explicit status checking, session-level output, or cleanup/removal, but agents can likely work around these with list and stop.