ember-cli-mcp
Related Servers
Alternatives to ember-cli-mcp
No user-submitted related servers found.
Related Servers
- 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.-
- AlicenseAqualityAmaintenanceEnables MCP clients like Claude Code and Codex to delegate coding tasks to Cursor's CLI agent, which implements changes in the workspace and returns clean, structured results for review.3181 npm4MIT
- AlicenseAqualityBmaintenanceAllows Claude desktop app to execute terminal commands and edit files on your computer through MCP, with features including command execution, process management, and diff-based file editing.26130,841 npm9,713MIT
- FlicenseNot gradedqualityCmaintenanceExposes Claude Code's file editing, command execution, and test running capabilities as composable MCP tools for any MCP-compatible host, enabling code operations via a stateless bridge.-
- FlicenseNot gradedqualityBmaintenanceEnables Claude Desktop to execute terminal commands in a controlled workspace via the Model Context Protocol.-
- 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
TDQS
Scored across 20 tools
All tools have clearly distinct purposes. Even the three testing-related tools are differentiated by their descriptions: one runs the test suite, another runs pre-built tests, and the third starts a test server. No overlaps.
Every tool follows the exact pattern 'ember_<command>' in snake_case, making the naming highly predictable and consistent across the entire set.
With 20 tools, the count is slightly on the high side but still appropriate for a comprehensive CLI wrapper. Each tool corresponds to a distinct Ember command, and the set does not feel bloated.
The tool surface covers the core Ember CLI workflow: creation, building, serving, testing, code generation, addon management, and project info. Minor gaps (e.g., 'ember deploy') exist but are addon-specific; the 'ember_run_command' tool provides a fallback for any missing commands.