An MCP server that provides RimWorld source code search and retrieval capabilities.
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 retrieval 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.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe 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
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP server for using the GitLab API
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.
Most clients support mcp.json configuration:
{
"mcpServers": {
"rimsage": {
"url": "https://mcp.rimsage.com/mcp"
}
}
}
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