MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Unity Knowledge Base Document Ingest + MCP Server

Created 6/14/2026
Updated about 6 hours ago
Repository documentation and setup instructions

unity-kb-mcp

Tech 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

Documentation

License

This code is distributed under the terms and conditions of the MIT License


Spudmash Media [-] 2026

Quick Setup
Installation guide for this server

Install Package (if required)

uvx unity-kb-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "spudmashmedia-unity-kb-mcp": { "command": "uvx", "args": [ "unity-kb-mcp" ] } } }