A TypeScript-based Model Context Protocol (MCP) server for inter-session terminal orchestration, polyglot harness multiplexing, and AI agent control planes.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"menager-mcp-server": {
"command": "npx",
"args": [
"-y",
"1999AZZAR/menager-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add menager-mcp-server npx -y 1999AZZAR/menager-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"menager-mcp-server": {
"command": "npx",
"args": [
"-y",
"1999AZZAR/menager-mcp-server"
]
}
}
}
📋 Copy