Back to Home
realloon icon

RIMCP

Verified Safe

by realloon

Overview

Provides RimWorld source code search and browsing capabilities via an MCP server for AI agents.

Installation

Run Command
bun run start

Security Notes

The server employs a `PathSandbox` utility to strictly enforce file access within the `assets/` directory, effectively mitigating path traversal vulnerabilities. It utilizes `bun.$` for executing the external `ripgrep` command, relying on Bun's internal command argument escaping to prevent shell injection. No `eval` or obvious hardcoded secrets are present. The Defs database (`defs.db`) is accessed in read-only mode for most operations after its initial build, enhancing security.

Similar Servers

Stats

Interest Score65
Security Score9
Cost ClassHigh
Avg Tokens30000
Stars6
Forks1
Last Update2025-12-06

Tags

RimWorldSource CodeSearchBrowsingMCP Server