RIMCP
Verified Safeby realloon
Overview
An MCP server enabling AI agents to search and browse RimWorld source code and Def definitions for modding and development purposes.
Installation
bun run src/main.tsSecurity 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
cov-loupe
Provides an MCP server, CLI, and Ruby library for analyzing SimpleCov test coverage data, primarily to enable AI assistants to query and report on codebase coverage.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
ultrascript-tools-mcp
An expert developer tool for comprehensive code analysis, semantic search, refactoring, code modification, and automated documentation. It leverages AI and specialized runtime environments (Node.js/Bun) for high performance, featuring deep Git integration for branch-aware indexing and merge conflict resolution across multiple programming languages.
logicstamp-mcp
Provides AI assistants with structured access to React/TypeScript codebases through LogicStamp Context's analysis engine, enabling safe analysis, modification, and verification of code.