Loading languages...
GO

godot-rag

@weekitmo19

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

Godot
RAG
documentation
vector database
chroma

# mcpServer Config

{
  "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>"
      ]
    }
  }
}

# stdio

python <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>
Transport:
stdio
Language:
Python
Created:4/7/2025
Updated:10/28/2025