Back to directory
weekitmo/mcp_godot_rag

weekitmo/mcp_godot_rag

@weekitmo

This MCP server is used to provide Godot documentation to the Godot RAG model.

godotragdocumentationpythonchromadbvector-databasecontext

Installation & Configuration

{
  "mcpServers": {
    "godot-rag": {
      "command": "python",
      "args": [
        "<path to the server script 'main.py'>",
        "-d",
        "<path to the chroma_db on your computer>",
        "-c",
        "<name of the collection in the chroma_db>"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15