Hey everyone, I built this for myself and ended up finding it genuinely useful, so I wanted to share it.
I made "UnityRAG": a local Unity docs MCP that complements Codex / Claude / Cursor / Copilot by grounding answers in official, version-specific Unity docs with citations.
For me, it improves both:
- vibe-coding loops (fewer hallucinated steps / dead-end edits)
- technical Unity questions (more accurate API/version-specific answers)
Repo: https://github.com/Razpines/UnityRAG
If anyone wants to try it, I’m happy to help with setup and run a quick side-by-side on one of your real prompts.
GitHub
Local Unity docs RAG + MCP server for coding agents, with versioned offline citations. - Razpines/UnityRAG