An MCP server that provides RimWorld source code search and retrieval capabilities.
MCPpedia last refreshed this data
RimSage is an MCP server that an MCP server that provides RimWorld source code search and retrieval capabilities. Its tool list has not been published yet over stdio and http, requires no API key, and scores 72/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"rimsage": {
"url": "https://mcp.rimsage.com/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server that provides RimWorld source code search and browsing capabilities.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment / developer-tools
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for RimSage and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server that provides RimWorld source code search and browsing capabilities.
The server provides these tools:
search_source - Search RimWorld source coderead_file - Read specific fileslist_directory - List directory contentssearch_defs - Search through RimWorld Defsget_def_details - Get raw or merged RimWorld Def XMLread_csharp_symbol - Read a C# type or method definitionThe easiest way to use RimSage is through the online service:
https://mcp.rimsage.com/mcp
You can find the integration methods for different Agent clients in the wiki.
RimSage also supports stdio transport for local deployment.
git clone https://github.com/realloon/RimSage.git
bun install
bun run src/scripts/import-defs /path/to/your/rimworld/root/path
bun run src/scripts/import-csharp /path/to/decompiled/source/root/path
bun run build
You'll need local RimWorld files and a decompiled C# project, which is allowed under the RimWorld EULA.
You can find the integration methods for different Agent clients in the wiki.
Most Agent clients support mcp.json configuration:
{
"mcpServers": {
"rimsage": {
"command": "bun",
"args": ["run", "/path/to/this/repo"]
}
}
}
Replace /path/to/this/repo with the actual path to this repository on your system.
bun run start # stdio
bun run start:http # Streamable HTTP