RimSage

realloon/RimSage
★ 71 stars TypeScript File System Updated 10d ago ⚠ Review
An MCP server that provides RimWorld source code search and retrieval capabilities.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rimsage": {
      "command": "npx",
      "args": [
        "-y",
        "realloon/RimSage"
      ]
    }
  }
}

README Excerpt

An MCP server that provides RimWorld source code search and browsing capabilities. The server provides these tools: - `search_source` - Search RimWorld source code - `read_file` - Read specific files - `list_directory` - List directory contents - `search_defs` - Search through RimWorld Defs - `get_def_details` - Get raw or merged RimWorld Def XML

Tools (6)

get_def_detailslist_directoryread_csharp_symbolread_filesearch_defssearch_source

Topics

mcpmcp-serverrimworldrimworld-api