RiMCP Hybrid

Combine lexical and semantic search for RimWorld modding code with hybrid RAG system using Lucene and embeddings

h7lu 41
Claude CodeClaude DesktopGeneric
View source ↗

RiMCP Hybrid is a specialized MCP server developed by Hur Lu that provides AI-powered code search and retrieval capabilities for RimWorld game modding projects. Built in C# with .NET 8.0, it combines lexical search using Lucene.Net with semantic search powered by HuggingFace transformers (e5-base-v2 embeddings), creating a hybrid RAG system that indexes both C# source code and XML definition files. The implementation features incremental indexing with file change detection, graph-based relationship tracking between code symbols, and a persistent Python embedding server for fast semantic queries, making it valuable for mod developers seeking AI assistance with understanding complex codebases and finding usage patterns across the extensive RimWorld modding ecosystem.

Source

Repository: https://github.com/h7lu/rimcp_hybrid

Maintain RiMCP Hybrid?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[RiMCP Hybrid on getagentictools](https://getagentictools.com/mcp/h7lu-rimcp-hybrid?ref=badge)