Installation & Configuration
{
"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"
}
}
}
}Information
Transport
stdio
Language
JavaScript
Created
2025/4/26
Updated
2026/6/8