cli-manager-mcp

yksanjo/cli-manager-mcp
★ 0 stars JavaScript Code/Dev Tools Updated 4d ago
AI-Powered Terminal Management for Claude Desktop - MCP server that lets Claude manage CLI sessions and remember project architectures
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cli-manager-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yksanjo/cli-manager-mcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that lets an AI assistant (e.g. Claude) manage interactive CLI terminal sessions and multi-service project architectures. It spawns real pseudo-terminals via `node-pty`, runs commands, captures and detects output, and orchestrates project definitions described in JSON

Topics

aiartificial-intelligenceclijavascriptmcpmodel-context-protocol