Back to Home
h7lu icon

RiMCP_hybrid

Verified Safe

by h7lu

Overview

A local RAG (Retrieval-Augmented Generation) server providing semantic and lexical search, and graph-based navigation for RimWorld game source code and XML definitions to AI assistants.

Installation

Run Command
dotnet run --project "src/RimWorldCodeRag.McpServer/RimWorldCodeRag.McpServer.csproj"

Environment Variables

  • RIMWORLD_INDEX_ROOT
  • RIMWORLD_DATA_ROOT
  • EMBEDDING_SERVER_URL
  • API_KEY
  • MODEL_NAME

Security Notes

The Python embedding server runs on localhost by default (127.0.0.1:5000), limiting network exposure. API keys for remote embedding services are handled via environment variables or command-line arguments, preventing hardcoding. Input payloads for embedding are structured, reducing injection risks. No 'eval' or obvious malicious patterns were found in the provided Python source code. Assumes the C# component itself is securely written.

Similar Servers

Stats

Interest Score89
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars24
Forks3
Last Update2025-12-01

Tags

RimWorldRAGCode SearchAI AssistantMCP Server