RIMCP
Verified Safeby realloon
Overview
Provides RimWorld source code search and browsing capabilities via an MCP server for AI agents.
Installation
bun run startSecurity 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
rust-docs-mcp
Provides AI agents with deep, cached access to Rust crate documentation, source code, and project structure for enhanced development.
codex-mcp-rs
Acts as an MCP server wrapping the Codex CLI for high-performance AI-assisted coding tasks.
tenets
Serves as a Model Context Protocol (MCP) server for AI coding assistants, automatically finding, ranking, and aggregating relevant codebase files for AI prompts, and providing code intelligence tools.
ultrascript-tools-mcp
A smart assistant that analyzes codebases, understands component relationships, and answers natural language questions using AI, focusing on tasks like code search, refactoring, impact analysis, and merge conflict resolution.