Loading languages...
DE

defold-mcp

@ChadAragorn7

My attempt to create a MCP server that can be used with cursor to work on a defold project

defold
game-development
mcp-server
ai-integration
automation
open-source

# mcpServer Config

{
  "mcpServers": {
    "defold-mcp": {
      "command": "/path/to/your/node/binary",
      "args": [
        "/path/to/where/you/cloned/defold-mcp/index.js"
      ],
      "env": {
        "MCP_TRANSPORT": "stdio",
        "DEFOLD_PATH": "/Applications/Defold.app/Contents/MacOS/Defold",
        "MCP_PORT": "3000",
        "MCP_HOST": "localhost",
        "BOB_PATH": "/desired/path/for/bob.jar"
      }
    }
  }
}

# stdio

node index.js
Transport:
stdio
Idioma:
JavaScript
Creado:4/26/2025
Actualizado:7/28/2025