-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
32 lines (32 loc) · 1.09 KB
/
server.json
File metadata and controls
32 lines (32 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.etanhey/cmuxlayer",
"title": "cmuxLayer",
"description": "Terminal orchestration for AI agents — spawn panes, read screens, coordinate agent lifecycles across Claude Code, Codex, Gemini, Cursor, and Kiro. ToolAnnotations supported. Persistent Unix socket connection to cmux.",
"version": "0.1.0",
"websiteUrl": "https://cmuxlayer.etanheyman.com",
"repository": {
"url": "https://github.com/EtanHey/cmuxlayer",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "cmuxlayer",
"version": "0.1.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "CMUXLAYER_ENABLE_CLAUDE_CHANNELS",
"description": "Set to 1 to enable one-way Claude Code channel notifications for agent lifecycle events",
"isRequired": false,
"isSecret": false
}
]
}
]
}