
UnityRAG
by Razpines
Local Unity documentation RAG and MCP server providing versioned offline citations for coding agents.
What it does
UnityRAG connects AI coding agents to official Unity offline documentation. It ensures that answers regarding Unity development are grounded in specific, versioned documentation rather than relying on potentially stale model memory, providing precise citations from local artifacts.
Tools
search: Search through the indexed Unity documentation.resolve_symbol: Find specific symbols within the documentation.open: Open a specific documentation page.related: Find documentation related to a specific topic.list_files: List available documentation files.status: Check the current status of the RAG index and configuration.
Installation
Add the following to your claude_desktop_config.json (adjust the path to where UnityRAG is installed):
{
"mcpServers": {
"unity-docs": {
"command": "python",
"args": ["-m", "unitydocs.mcp"],
"env": {
"UNITY_DOCS_MCP_UNITY_VERSION": "6000.3"
}
}
}
}
Supported hosts
- Claude Desktop
- Codex
Quick install
git clone https://github.com/Razpines/UnityRAG.git && cd UnityRAG && bash setup.shInformation
- Pricing
- free
- Published
- 5/3/2026
- stars





