https://github.com/spudmashmedia/unity-kb-mcp
Unity Knowledge Base Document Ingest + MCP Server
https://github.com/spudmashmedia/unity-kb-mcp
ai-tools chromadb csharp docker fastmcp knowledge-base opencode python rag unity unity2d unity3d
Last synced: 15 days ago
JSON representation
Unity Knowledge Base Document Ingest + MCP Server
- Host: GitHub
- URL: https://github.com/spudmashmedia/unity-kb-mcp
- Owner: spudmashmedia
- License: mit
- Created: 2026-06-14T02:58:15.000Z (17 days ago)
- Default Branch: master
- Last Pushed: 2026-06-14T06:36:42.000Z (17 days ago)
- Last Synced: 2026-06-14T08:13:23.005Z (17 days ago)
- Topics: ai-tools, chromadb, csharp, docker, fastmcp, knowledge-base, opencode, python, rag, unity, unity2d, unity3d
- Language: Python
- Homepage:
- Size: 468 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-kb-mcp
[](https://skillicons.dev)
Unity Knowledge Base Document Ingest + MCP Server
## Summary
An MCP Server that provides Retrieval-Augmented Generation (RAG) capabilities to surface the latest Unity API documentation (currently v6.x). It is designed specifically for local usage with:
- **Inference Engines** (LM Studio, Ollama UI etc...)
- **LLM Harnesses** (OpenCode, ClaudeCode etc...)
Docker Services Include:
- **MCP Server**: built with FastMCP library.
- **Vector Database Server**: ChromaDB instance with Unity API Knowledge Base
- **Ingest Pipeline**: Python data ingest reading HTML + Markdown documentation and writing to ChromaDB
- **LLM Inference Engine Server**: Ollama instance using Qwen3-embedding:0.6b embedding model
# Getting Started
- [Prequisite Before Starting](/docs/prerequisite.md)
- [Ingestion Pipeline](/docs/ingestion_pipeline.md)
- [MCP Server](/docs/mcp_server.md)
- [Setup Tooling](/docs/setup_tooling.md)
# Documentation
- [The Purpose of this Repository](/docs/purpose.md)
- [References](/docs/references.md)
# License
This code is distributed under the terms and conditions of the [MIT License](/LICENSE)
---
Spudmash Media [-] 2026