Skip to content

An MCP server that provides RimWorld source code search and retrieval capabilities.

Notifications You must be signed in to change notification settings

realloon/RimSage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RimWorld Source MCP Server

bun ripgrep

A MCP server that provides RimWorld source code search and browsing capabilities.

Get started

  1. Install dependencies:
bun install
  1. Add this MCP server:
# Claude Code
claude mcp add --transport stdio rimworld-source -- bun run /path/to/this/repo

# Gemini CLI
gemini mcp add rimworld-source bun run /path/to/this/repo

Replace /path/to/this/repo with the actual path to this repository on your system.

  1. Build Defs index
bun run index

Available Tools

Once configured, the server provides four tools:

  • search_rimworld_source - Search through RimWorld source code
  • read_rimworld_file - Read specific files with pagination
  • list_directory - List directory contents with pagination
  • get_def_details - Get resolved RimWorld Def data by defName
  • search_defs - Search through RimWorld Defs

Requirements

Development

# Run production server
bun run start

About

An MCP server that provides RimWorld source code search and retrieval capabilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published