Skip to main content
Glama

Stellaris Modding MCP Server

cwtools-config

Retrieve Stellaris mod configuration rules (.cwt files) from stable or development versions. Supports fetching specific files or entire directories for streamlined modding workflows.

Instructions

CWToolsのStellarisコンフィグルール(.cwt files)を取得します。最新の安定版または開発版から、config/直下およびサブディレクトリ(common/等)内の特定のファイルまたは全ファイルを取得できます。

Input Schema

NameRequiredDescriptionDefault
fileNo取得する特定の.cwtファイル名またはパス (例: common.cwt, common/agreements.cwt)
listOnlyNoファイル一覧のみを表示する場合はtrue
versionNo取得するバージョン: stable (最新タグ) または latest (開発版)stable

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "file": { "description": "取得する特定の.cwtファイル名またはパス (例: common.cwt, common/agreements.cwt)", "type": "string" }, "listOnly": { "default": false, "description": "ファイル一覧のみを表示する場合はtrue", "type": "boolean" }, "version": { "default": "stable", "description": "取得するバージョン: stable (最新タグ) または latest (開発版)", "enum": [ "stable", "latest" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from Stellaris Modding MCP Server

Related Tools

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/kongyo2/Stellaris-Modding-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server