Skip to content

Troubleshooting

Stuart Meeks edited this page Jun 21, 2026 · 3 revisions

Troubleshooting

Is the server up? Open http://localhost:8723/health{"status":"ok","version":"…"}.

A browser shows 405 at /mcp. Expected — /mcp is a POST-only MCP endpoint, not a web page. Use /health to check.

Claude Desktop doesn't show the tools. Fully quit and reopen Claude Desktop after editing the config; check the JSON is valid (no trailing commas); ensure the server/container is running. For the mcp-remote bridge, make sure Node.js is installed. See Connecting to Claude Desktop.

Port 8723 is already in use. Map a different host port (-p 9000:8723) or set MCP_HTTP_PORT.

Version reads unknown. The data has no version metadata. The bundled channels include it, so this only appears when pointing at a raw install without it.

Clone this wiki locally