Rhoiscribe
@czxieddan
关于 Rhoiscribe
Local MCP server for Hearts of Iron IV modding agents
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论