Files
openclaw-workspace/docker/discord-voice-bot/glados_openclaw_mcp.yaml
2026-04-11 09:45:12 -05:00

13 lines
480 B
YAML

# 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"]