Skip to content

Commit 4048c3d

Browse files
committed
feat(mcp): enable Serena web dashboard with auto-open browser
Add --enable-web-dashboard and --open-web-dashboard flags to automatically open the Serena dashboard in browser on Codex startup, matching the behavior in Claude Code.
1 parent 5751282 commit 4048c3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codex/os/linux/runtime/config/config.template.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ args = ["-y", "chrome-devtools-mcp@latest"]
2929

3030
[mcp_servers.serena]
3131
command = "uvx"
32-
args = ["--from", "git+https://github.com/oraios/serena", "serena", "start-mcp-server", "--context", "codex"]
32+
args = ["--from", "git+https://github.com/oraios/serena", "serena", "start-mcp-server", "--context", "codex", "--enable-web-dashboard", "--open-web-dashboard"]

0 commit comments

Comments
 (0)