You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open `http://localhost:9749` in your browser. The UI runs as a background thread alongside the MCP server — it's available whenever your agent is connected.
121
121
122
+
The default host is `127.0.0.1` and is persisted with the UI port. To share the UI on a trusted LAN, bind a specific local address:
Use `--host=0.0.0.0` only when you need all interfaces. The UI has no authentication; a non-loopback bind is reachable over the network and may expose codebase graph data and UI actions. Protect it with a firewall or trusted network, and prefer a specific LAN IP over `0.0.0.0`.
Copy file name to clipboardExpand all lines: docs/CONFIGURATION.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This page documents the configuration files that `codebase-memory-mcp` reads or
9
9
| Global custom extension mapping |`$XDG_CONFIG_HOME/codebase-memory-mcp/config.json`| JSON | Falls back to `~/.config/codebase-memory-mcp/config.json` when `XDG_CONFIG_HOME` is unset. |
Binding to a non-loopback address prints a warning because the UI has no authentication, is reachable over the network, and may expose codebase graph data and UI actions. Protect it with a firewall or trusted network; prefer a specific LAN IP over `0.0.0.0`.
105
127
-`CBM_CACHE_DIR` changes both the UI config location and the runtime settings database location.
0 commit comments