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. Your browser opens to sign up the first time it connects.
What happens next
-
01
You create your account
Your agent opens your browser. Sign up — email and password — approve the connection, and keep building.
-
02
You verify your email
We send you a link — one click confirms it's really you. Your app can't go live without it.
-
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.