Version
codebase-memory-mcp-ui-windows-amd64
Platform
Windows (x64)
Install channel
GitHub release archive / install.sh / install.ps1
Binary variant
ui
What happened, and what did you expect?
Bug Description
When running codebase-memory-mcp.exe --ui=true --port=9749 on Windows (v0.8.1 UI build), the process starts but the HTTP server never actually listens on the specified port. No error output is shown.
Environment
- OS: Windows 10/11
- Version: v0.8.1
- Build: codebase-memory-mcp-ui-windows-amd64.zip (35.6MB, SHA/checksum verified)
Steps to Reproduce
- Download
codebase-memory-mcp-ui-windows-amd64.zip from v0.8.1 release
- Extract
codebase-memory-mcp.exe (258MB, confirmed UI build with src/ui/httpd.c in THIRD_PARTY_NOTICES.md)
- Run:
codebase-memory-mcp.exe --ui=true --port=9749
- Run:
curl -sI http://localhost:9749 or netstat -an | findstr 9749
Expected Behavior
- HTTP server starts and listens on port 9749
http://localhost:9749 is accessible in browser
- 3D visualization UI is displayed
Actual Behavior
- Process starts with no error output
- Port 9749 is never listened (confirmed via
netstat)
curl / browser connection fails immediately
- No log output even when redirecting stderr/stdout to file
Additional Info
- Tried multiple ports (9749, 9750) — same result
- Ran
codebase-memory-mcp.exe install -y first — same result
- Windows Defender / firewall disabled for testing — same result
- The MCP stdio mode works correctly (index_repository, get_architecture etc. all work fine)
Possible Cause
The HTTP server goroutine in the UI build may not be starting correctly on Windows, or the --ui flag is not being recognized properly in the Windows binary.
Reproduction
Bug Description
When running codebase-memory-mcp.exe --ui=true --port=9749 on Windows (v0.8.1 UI build), the process starts but the HTTP server never actually listens on the specified port. No error output is shown.
Environment
- OS: Windows 10/11
- Version: v0.8.1
- Build: codebase-memory-mcp-ui-windows-amd64.zip (35.6MB, SHA/checksum verified)
Steps to Reproduce
- Download
codebase-memory-mcp-ui-windows-amd64.zip from v0.8.1 release
- Extract
codebase-memory-mcp.exe (258MB, confirmed UI build with src/ui/httpd.c in THIRD_PARTY_NOTICES.md)
- Run:
codebase-memory-mcp.exe --ui=true --port=9749
- Run:
curl -sI http://localhost:9749 or netstat -an | findstr 9749
Expected Behavior
- HTTP server starts and listens on port 9749
http://localhost:9749 is accessible in browser
- 3D visualization UI is displayed
Actual Behavior
- Process starts with no error output
- Port 9749 is never listened (confirmed via
netstat)
curl / browser connection fails immediately
- No log output even when redirecting stderr/stdout to file
Additional Info
- Tried multiple ports (9749, 9750) — same result
- Ran
codebase-memory-mcp.exe install -y first — same result
- Windows Defender / firewall disabled for testing — same result
- The MCP stdio mode works correctly (index_repository, get_architecture etc. all work fine)
Possible Cause
The HTTP server goroutine in the UI build may not be starting correctly on Windows, or the --ui flag is not being recognized properly in the Windows binary.
Logs
Diagnostics trajectory (memory / performance / leak issues)
Project scale (if relevant)
No response
Confirmations
Version
codebase-memory-mcp-ui-windows-amd64
Platform
Windows (x64)
Install channel
GitHub release archive / install.sh / install.ps1
Binary variant
ui
What happened, and what did you expect?
Bug Description
When running
codebase-memory-mcp.exe --ui=true --port=9749on Windows (v0.8.1 UI build), the process starts but the HTTP server never actually listens on the specified port. No error output is shown.Environment
Steps to Reproduce
codebase-memory-mcp-ui-windows-amd64.zipfrom v0.8.1 releasecodebase-memory-mcp.exe(258MB, confirmed UI build withsrc/ui/httpd.cin THIRD_PARTY_NOTICES.md)codebase-memory-mcp.exe --ui=true --port=9749curl -sI http://localhost:9749ornetstat -an | findstr 9749Expected Behavior
http://localhost:9749is accessible in browserActual Behavior
netstat)curl/ browser connection fails immediatelyAdditional Info
codebase-memory-mcp.exe install -yfirst — same resultPossible Cause
The HTTP server goroutine in the UI build may not be starting correctly on Windows, or the
--uiflag is not being recognized properly in the Windows binary.Reproduction
Bug Description
When running
codebase-memory-mcp.exe --ui=true --port=9749on Windows (v0.8.1 UI build), the process starts but the HTTP server never actually listens on the specified port. No error output is shown.Environment
Steps to Reproduce
codebase-memory-mcp-ui-windows-amd64.zipfrom v0.8.1 releasecodebase-memory-mcp.exe(258MB, confirmed UI build withsrc/ui/httpd.cin THIRD_PARTY_NOTICES.md)codebase-memory-mcp.exe --ui=true --port=9749curl -sI http://localhost:9749ornetstat -an | findstr 9749Expected Behavior
http://localhost:9749is accessible in browserActual Behavior
netstat)curl/ browser connection fails immediatelyAdditional Info
codebase-memory-mcp.exe install -yfirst — same resultPossible Cause
The HTTP server goroutine in the UI build may not be starting correctly on Windows, or the
--uiflag is not being recognized properly in the Windows binary.Logs
Diagnostics trajectory (memory / performance / leak issues)
Project scale (if relevant)
No response
Confirmations