A Model Context Protocol (MCP) server for fast searching and retrieval of RimWorld source code.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rimsearcher": {
"command": "npx",
"args": [
"-y",
"kearril/RimSearcher"
]
}
}
}
Run in terminal:
claude mcp add rimsearcher npx -y kearril/RimSearcher
Add to .cursor/mcp.json:
{
"mcpServers": {
"rimsearcher": {
"command": "npx",
"args": [
"-y",
"kearril/RimSearcher"
]
}
}
}