MCP.so
Sign In
Servers

A MCP server for Godot RAG

@weekitmo

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

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp_godot_rag": {
      "command": "uv",
      "args": [
        "venv",
        "--python",
        "3.12"
      ]
    }
  }
}

More from Memory & Knowledge