InstaPods Deployment
InstaPods is the fastest hosted deployment path for AutoMem. Use it when you want a public HTTPS AutoMem endpoint, SSH access, custom domains, and generated MCP configuration without wiring the infrastructure yourself.
Deploy AutoMem on InstaPodsWhen to Use InstaPods
Section titled “When to Use InstaPods”Choose InstaPods when you want:
- Hosted AutoMem up in about 30 seconds
- A flat $15/mo AutoMem plan
- HTTPS included by default
- SSH access to the pod
- Custom domains
- Generated MCP config after deployment
If you need full infrastructure control, use Railway or Docker instead.
Deployment Flow
Section titled “Deployment Flow”- Open the AutoMem app on InstaPods.
- Choose the Grow plan for the flat $15/mo AutoMem setup.
- Deploy the pod and wait for the AutoMem service to come online.
- Copy the generated MCP configuration after deploy.
- Paste the config into your MCP-compatible client, such as Claude Desktop, Claude Code, Cursor, Codex, or GitHub Copilot.
What InstaPods Provides
Section titled “What InstaPods Provides”| Capability | InstaPods |
|---|---|
| Setup time | About 30 seconds |
| Pricing | $15/mo flat AutoMem plan |
| HTTPS | Included |
| SSH | Included |
| Custom domains | Supported |
| MCP config | Generated after deploy |
Client Configuration
Section titled “Client Configuration”After deployment, InstaPods gives you the pieces the MCP client needs:
AUTOMEM_API_URL- the public HTTPS URL for your AutoMem serviceAUTOMEM_API_KEY- the token used by MCP clients to authenticate- MCP client config - generated for copy/paste into supported tools
For manual configuration, run the setup wizard and use the InstaPods endpoint and token when prompted:
npx @verygoodplugins/mcp-automem setupFor platform-specific config locations, see Setup & Installation and the individual Platform Guides.
Verification
Section titled “Verification”Check the health endpoint from your local machine:
curl https://your-instapods-automem-url/health \ -H "Authorization: Bearer YOUR_AUTOMEM_API_TOKEN"A healthy deployment returns status: "healthy" and confirms FalkorDB connectivity.
Next Steps
Section titled “Next Steps”- Connect Claude Desktop or another local MCP client - see Platform Guides
- Review token configuration - see Authentication
- Configure backup and recovery expectations - see Backup & Recovery