Back to MCP directory
publicPublicdnsLocal runtime

claudesmalltalk

ClaudeSmalltalk是一个将Claude Desktop连接到运行中的Smalltalk编程环境的项目,通过MCP协议提供代码评估、类浏览、方法定义等14种工具,支持本地或云端LLM驱动,确保代码安全不离开本地机器。

article

README

🚀 Cuis-Smalltalk-OSProcess

Cuis-Smalltalk-OSProcess 为 Cuis Smalltalk 提供了对操作系统功能的访问能力,涵盖管道操作、子进程创建以及对 Squeak VM 进程的控制等功能。

🚀 快速开始

项目信息

功能概述

OSProcess 提供了对操作系统功能的访问,具体包括:

  • 管道操作
  • 子进程创建
  • 对 Squeak VM 进程的控制
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client