MCP.so
Sign In

Rhoiscribe

@czxieddan

About Rhoiscribe

Local MCP server for Hearts of Iron IV modding agents

Basic information

Category

Other

Transports

stdio

Publisher

czxieddan

Submitted by

CzXieDdan

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers