# OpenClaw MCP Configuration for GLaDOS # Add this to your GLaDOS config.yaml under the 'Glados' key mcp_servers: - name: "openclaw" transport: "stdio" command: "python" args: - "C:\\Users\\admin\\.openclaw\\workspace\\discord-voice-bot\\openclaw_mcp_server.py" # Note: no 'stdio' arg needed, it's the default # Optional: restrict which tools GLaDOS can use # allowed_tools: ["read_file", "write_file", "exec_command", "list_files", "get_status"]