MCP.DEEPLOGIC.SO
A remote MCP server that lets Claude publish a vibe-coded project straight from the conversation to a live URL — each project in its own Docker container, listed in the Innovation Center gallery.
https://mcp.deeplogic.so/<secret>/mcpReplace <secret> with the access key — ask Michael for it; it is never
published on this page. The key in the URL is the auth: no OAuth, no extra headers.
DeepLogic Lab, paste the endpoint URL, add.claude mcp add \
--transport http \
deeplogic-lab \
<endpoint URL>
# ~/.codex/config.toml
[mcp_servers.deeplogic_lab]
url = "<endpoint URL>"
Older Codex builds without native HTTP support can bridge via
npx mcp-remote <endpoint URL> as a stdio server.
publish_projectPublish or republish a project (name, description, files[], optional start_command). Auto-detects: Dockerfile → built as-is · package.json → Node 22 · requirements.txt / app.py → Python 3.12 · otherwise static. Returns the live URL.
list_projectsEverything currently in the Lab, with live/stopped status.
get_logsContainer logs for a project — Claude reads them, fixes the bug, republishes.
unpublish_projectStop the container and remove the project.
/lab/<slug>/ — use relative asset paths.process.env.PORT || 8080.