Claude Code forgets everything between sessions. You explain your project, your architecture, your preferences and next session it's ground zero again.

I spent 45 minutes setting this up manually. Debugging ports, copying tokens, configuring MCP servers by hand. Then days debugging the Smart Connections integration.

So I built ObsiForge, one command that does all of it:

obsiforge init --name myproject --path ~/vaults/myproject

Enter fullscreen mode