Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

RimSage

БесплатноНе проверен

Search and browse RimWorld source code, definitions, and C# symbols via MCP tools.

GitHubEmbed

Описание

Search and browse RimWorld source code, definitions, and C# symbols via MCP tools.

README

MCP Server bun ripgrep

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

Available Tools

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
  • read_csharp_symbol - Read a C# type or method definition

Quick Start

The easiest way to use RimSage is through the online service:

https://mcp.rimsage.com/mcp

Most clients support mcp.json configuration:

{
  "mcpServers": {
    "rimsage": {
      "url": "https://mcp.rimsage.com/mcp"
    }
  }
}

You can find the integration methods for different Agent clients in the wiki.

Self-Hosted

RimSage also supports stdio transport for local deployment.

  1. Install dependencies
  1. Clone the repository
git clone https://github.com/realloon/RimSage.git
  1. Install package dependencies
bun install
  1. Build index
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.

  1. Add this MCP server

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.

Development

bun run start # stdio
bun run start:http # Streamable HTTP

from github.com/realloon/RimSage

Установка RimSage

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/realloon/RimSage

FAQ

RimSage MCP бесплатный?

Да, RimSage MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для RimSage?

Нет, RimSage работает без API-ключей и переменных окружения.

RimSage — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить RimSage в Claude Desktop, Claude Code или Cursor?

Открой RimSage на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare RimSage with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development