diff --git a/modules/openclaw-config.json b/modules/openclaw-config.json index 427c365..eb9d1fc 100644 --- a/modules/openclaw-config.json +++ b/modules/openclaw-config.json @@ -27,11 +27,19 @@ } } }, - "tools": { + "mcpServers": { "github": { - "enabled": true, - "token": "${GITHUB_TOKEN}" - }, + "command": "npx", + "args": [ + "-y", + "@modelcontextprotocol/server-github" + ], + "env": { + "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}" + } + } + }, + "tools": { "elevated": { "enabled": true }, "exec": { "security": "full", "ask": "off" }, "web": {