loommux
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOOMMUX_MONITOR_URL | No | Override the monitor event-ingest URL. | |
| LOOMMUX_MONITOR_DISABLED | No | Set to 1 to disable monitor publishing. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_pythonA | 向持久 IPython kernel 提交一个原始 Python cell。 请你使用 IPython 的思想来优雅使用本系列工具。 输入接受一段 loommux IPython cell 源码。普通 Python 文本使用默认策略;若作者
需要声明本次 cell 的观察策略,使用位于物理行首的 等待上限本次调用默认最多等待 10 秒。
完整输出若任一有效
图像展示IPython 执行编号与后续操作已接受的提交会分配一个正整数 |
| python_statusA | 返回 workspace、kernel 与最近执行记录的观察状态。 状态范围返回 server 启动时解析的 workspace、其 .. code-block:: text IPython 通过原生 ZMQ 协议连接,拥有完整能力。 Returns: 当前 server 与 kernel 的状态快照。 |
| python_execution_statusA | 返回一个 execution 的状态与元数据,不返回完整输出正文。 选择规则提供 |
| read_python_outputA | 读取一个 execution 的指定输出流。 选择与流
行坐标
完整读取调用者已确定需要完整消费所选流时,省略 |
| search_python_outputA | 在一个 execution 的指定输出流中搜索文本或正则表达式。 选择与匹配
命中上下文每条命中保留原始所选流行号,并以 |
| wait_pythonA | 等待一个 execution 结束,或在指定时限到达时返回其当前状态。 选择与等待
完整输出交付当所选 execution 的有效 |
| interrupt_pythonA | 向当前正在运行的 execution 发送 kernel 中断信号。 中断语义该工具只作用于当前 running 记录。信号已发送不等同于记录已终态:
kernel 到达 IOPub Returns:
已发送信号时返回目标 |
| reset_pythonA | 重启 IPython kernel,并保留 loommux 服务器会话中的 execution 历史。 重置边界若存在 running execution,它会先标记为 Returns: 新 kernel 的状态与 PID;重启失败时返回 workspace 或 kernel 启动错误。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MichengLiang/loommux'
If you have feedback or need assistance with the MCP directory API, please join our Discord server