Workspace
Settings
Anonymous access still works for learning and idea entry. Sign in when you want a durable account-backed session.
Access
Need an invite? Request access from the Sign Up button in the top bar, or open Settings from the gear icon.
Codex / MCP (upcoming)
Connect Codex
Connection setup is available now. Not every MCP capability is exposed in the product yet — more tools and handoff flows are still rolling out.
Foundercraft and Codex share the same venture records. Set up the MCP server once, then continue any venture from Codex without retyping your work.
- Copy the MCP server URL and config snippet into your local Codex config.
- Generate a connection token and store it as
FOUNDERCRAFT_MCP_TOKENin your shell. - Restart Codex, then paste the starter prompt below.
MCP server URL
https://foundercraft-core-3hly6osceq-uc.a.run.app/mcpCodex config snippet
# Add this entry to your local Codex config.toml. # Keep FOUNDERCRAFT_MCP_TOKEN in your shell environment or secret manager. [mcp_servers.foundercraft] url = "https://foundercraft-core-3hly6osceq-uc.a.run.app/mcp" bearer_token_env_var = "FOUNDERCRAFT_MCP_TOKEN" enabled_tools = [ "list_ventures", "get_opportunity_signal", "create_opportunity_signal", "correct_opportunity_signal", "get_next_mission", "list_venture_claims", "create_venture_claim", "list_agent_craft_workflows", "create_agent_craft_workflow", "assess_agent_craft_workflow", "apply_agent_craft_revision", "create_build_package", "get_build_package", "record_build_constraint", ]
Connection token
Shown once. Never commit it to source control or paste it into a prompt.
Starter prompt
Connect to Foundercraft MCP, list my ventures, and help me continue where I left off in the studio.
Keep the token in your environment or secret manager only. Foundercraft stores a hash and cannot show the token again after you leave this page.