N
Neoforge Kb MCP
Blender Knowledge Base Document Ingest + MCP Server
创建于 6/10/2026
更新于 about 4 hours ago
README
Repository documentation and setup instructions
neoforge-kb-mcp
Neoforge Knowledge Base Document Ingest + MCP Server
Summary
An MCP Server that provides Retrieval-Augmented Generation (RAG) capabilities to surface the latest Neoforge Mod API documentation (currently v1.21.11). 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 Neoforge Mod 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
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx neoforge-kb-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"spudmashmedia-neoforge-kb-mcp": {
"command": "uvx",
"args": [
"neoforge-kb-mcp"
]
}
}
}