MCP.so
ログイン

Rhoiscribe

@czxieddan

Rhoiscribe について

Local MCP server for Hearts of Iron IV modding agents

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

czxieddan

投稿者

CzXieDdan

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "rhoiscribe": {
      "command": "<ABSOLUTE_PATH_TO_RHOISCRIBE>\\target\\release\\rhoiscribe.exe",
      "args": []
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Rhoiscribe?

Rhoiscribe is a local MCP server for Hearts of Iron IV modding agents. It provides a bundled reference layer and generation tools so that AI agents can produce game‑readable HOI4 content without requiring network access or repeated web searches.

How to use Rhoiscribe?

Build the server with cargo build --release, then configure your MCP client (e.g., Codex, Claude Code) to use the resulting binary (rhoiscribe.exe on Windows, rhoiscribe on Linux/macOS). The server communicates over stdio; after startup, agents can call standard MCP methods (prompts/list, resources/read, tools/call, etc.).

Key features of Rhoiscribe

  • Bundled prompts for mod planning, HOI4 script, localisation, GUI, and review.
  • Local knowledge resources covering 20+ HOI4 topics (scopes, triggers, effects, etc.).
  • Tools to generate localisation, focuses, events, and decisions in HOI4 format.
  • Dry‑run previews before writing any files.
  • Write mode writes UTF‑8 BOM files relative to a user‑specified mod output root.
  • Path validation and Paradox script formatting tools.

Use cases of Rhoiscribe

  • AI agents generating HOI4 mod content offline without web searches.
  • Generating batches of localisation, focuses, events, or decisions from structured input.
  • Quickly retrieving curated HOI4 modding knowledge during development.
  • Validating generated file paths to ensure they match mod‑root conventions.
  • Producing reviewable file plans before writing changes to disk.

FAQ from Rhoiscribe

How does Rhoiscribe differ from using web search for HOI4 modding knowledge?

It bundles local, structured prompts and resources so the agent does not need to search the web or rely on stale assumptions. No runtime network is required for the built‑in content.

What runtime or dependencies does Rhoiscribe need?

The server is implemented in Rust 2024 and builds with Cargo. No runtime network is required for the bundled prompts, resources, and tools.

Where does generated content go?

In write mode, generation tools accept an output_root path; files are written relative to that root with UTF‑8 BOM encoding. Dry‑run mode returns a file plan without writing anything.

What transport does Rhoiscribe use?

It communicates over MCP via stdio. Only stdio transport is supported.

Which MCP clients can use Rhoiscribe?

It works with Codex, Claude Code, and any other client that implements the standard MCP protocol.

コメント

「その他」の他のコンテンツ