sysbuilder-mcp-server

Suzhou-Tongyuan/sysbuilder-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 8d ago
Sysbuilder MCP Server
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sysbuilder-mcp-serve": {
      "command": "uvx",
      "args": [
        "sysbuilder-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install sysbuilder-mcp-server

README Excerpt

`Sysbuilder MCP Server` 用于把 Sysbuilder 对外开放的 Python API 封装成 MCP tools,供 Codex、Claude Code 以及其他支持 MCP 的客户端调用。 - `sysbuilder_mcp_server/`:MCP 服务主包 - `resources/`:建模规则、参考资料和提示资源 - `example/`:示例文件 - `install_mcp.ps1`:安装脚本,自动写入 MCP 客户端配置 - Windows 10/11 64 位 - 已安装 Sysbuilder,或可直接访问 `Sysbuilder.exe` - 推荐使用 Sysbuilder 自带的 `external\Python311\python.exe`

Tools (1)

run_script