mcp_godot_rag
9
The project is an MCP server designed to serve Godot documentation to the Godot RAG model. It involves setting up a server that processes documentation files, converts them into vector databases, and supports different models for data processing.
A MCP server for Godot RAG
This MCP server is used to provide Godot documentation to the Godot RAG model.
Setup
- Create a virtual environment and activate it.
- Synchronize the environment.
- Copy the example environment file.
Initiation steps
- Clone Godot docs.
- Convert rst files to markdown.
- Chunk markdown files.
- Create vector database.
- Start MCP server.
Use Another Model
- Options include using 'all-MiniLM-L6-v2', 'bge-m3', or 'bge-large-zh-v1.5' models from Hugging Face.