Publish from the conversation
Your agent builds it.
Foundrie puts it live.
Foundrie takes the app your AI coding agent just built and puts it on the internet — its own address, its own storage, checked and test-run before anything goes public. You never touch a server, a build tool, or a line of config.
Tell your agent about Foundrie
$ claude mcp add --transport http foundrie https://mcp.foundrie.dev
Paste into your terminal, then ask Claude to put your app on the internet.
{
"mcpServers": {
"foundrie": { "url": "https://mcp.foundrie.dev" }
}
}
Add to ~/.cursor/mcp.json (Cursor Settings → MCP), then ask Cursor to put your app on the internet.
$ code --add-mcp '{"name":"foundrie","type":"http","url":"https://mcp.foundrie.dev"}'
Paste into your terminal, then ask Copilot to put your app on the internet.
$ codex mcp add foundrie --url https://mcp.foundrie.dev
Paste into your terminal (or add url = "https://mcp.foundrie.dev" under [mcp_servers.foundrie] in ~/.codex/config.toml), then ask Codex to put your app on the internet.
$ gemini mcp add --transport http foundrie https://mcp.foundrie.dev
Paste into your terminal, then ask Gemini to put your app on the internet.
Any agent that speaks MCP can connect — no account needed first. Signing up happens in the conversation.
What happens next
-
01
Your agent asks for your email
That's the whole signup. No passwords, no forms, no dashboard visit.
-
02
You click the link we email you
One click verifies it's really you — and signs you into your dashboard.
-
03
You approve the release
Your app was scanned, built, and test-run in quarantine first. Nothing goes public until you say so.
-
04
Your app is live
At
your-app.foundrie.dev— a real address you can send to anyone.