Systems MCP
システム-MCP
systems-mcp は、システム モデリング用のlethain:systemsライブラリと対話するための MCP サーバーです。
次の 2 つのツールが提供されます。
run_systems_model、システムモデルのsystems仕様を実行します。仕様と、オプションでモデルの実行回数(デフォルトは100)の2つのパラメータを取ります。load_systems_documentation、ドキュメントとサンプルをコンテキストウィンドウに読み込みます。これは、システムモデルの作成に役立つようにモデルを準備するのに役立ちます。
これは、Claude Desktop または同様のツールと組み合わせてローカルで実行することを目的としています。
使用法
systems-mcpを使用してモデルを実行およびレンダリングする例を次に示します。

以下は、システム モデルの実行からの出力を含む、そのプロンプトから生成された成果物です。

最後に、 load_systems_documentationツールを使用してコンテキストウィンドウを準備し、システム仕様書の生成を支援する例を示します。これは、 lethain:systems/README.mdコンテキストウィンドウに含めるのとほぼ同等ですが、いくつかの追加例も含まれています( ./docs/に含まれるファイルを参照してください)。

その後、以前と同じようにモデルをレンダリングできます。

ここで最も興味深いのは、私はこれまでsystemsを使用してソーシャル ネットワークをモデル化したことがないのに、それにもかかわらず LLM が仕様を生成するのに驚くほどうまく機能したことです。
Related MCP server: MCP Server Demo
インストール
これらの手順では、OS X でのClaude Desktopのインストールについて説明します。他のプラットフォームでも同様に動作するはずです。
Claude Desktopをインストールします。
systems-mcpを便利な場所にクローンします。/Users/will/systems-mcp を想定しています
/Users/will/systems-mcpuvがインストールされていることを確認し、以下の手順に従ってくださいCladue Desktop の「設定」→「開発」を開き、MCP 設定ファイルを作成します。その後、
claude_desktop_config.jsonを更新します。(will」は実際のユーザー名に置き換えてください。例:whoamiの出力)。cd /Users/will/Library/Application Support/Claude vi claude_desktop_config.json次に、次のセクションを追加します。
{ "mcpServers": { "systems": { "command": "uv", "args": [ "--directory", "/Users/will/systems-mcp", "run", "main.py" ] } } }Claude を閉じて再度開きます。
動作するはずです...
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceAn MCP server that allows AI models to execute system commands on local machines or remote hosts via SSH, supporting persistent sessions and environment variables.13228MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol server implementation that can be run directly or through Docker, enabling AI assistants to interact with external systems through the MCP standard.2
- Alicense-qualityDmaintenanceA toy MCP server for exploring Model Context Protocol capabilities, including resources, tools, and prompts.Apache 2.0
- FlicenseAqualityCmaintenanceAn MCP server providing tools for web research, code review, and concept explanation, callable by any MCP-compatible client.3
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/lethain/systems-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server