Back to Home
realloon icon

RIMCP

Verified Safe

by realloon

Overview

An MCP server enabling AI agents to search and browse RimWorld source code and Def definitions for modding and development purposes.

Installation

Run Command
bun run src/main.ts

Security Notes

The server uses `bun.$` to execute `ripgrep` for source code searches. While external command execution inherently carries some risk, the arguments for `ripgrep` (query, file pattern, case sensitivity) are properly parameterized, mitigating common command injection vulnerabilities. The `PathSandbox` utility effectively prevents path traversal attacks by validating and resolving all file paths within a confined base directory (`dist/assets`). No 'eval', hardcoded secrets, or direct network listening (beyond stdio transport) are observed.

Similar Servers

Stats

Interest Score40
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars8
Forks1
Last Update2026-01-12

Tags

RimWorldSource CodeModdingMCP ServerBun