Skip to content

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 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.

  1. Open the AutoMem app on InstaPods.
  2. Choose the Grow plan for the flat $15/mo AutoMem setup.
  3. Deploy the pod and wait for the AutoMem service to come online.
  4. Copy the generated MCP configuration after deploy.
  5. Paste the config into your MCP-compatible client, such as Claude Desktop, Claude Code, Cursor, Codex, or GitHub Copilot.
CapabilityInstaPods
Setup timeAbout 30 seconds
Pricing$15/mo flat AutoMem plan
HTTPSIncluded
SSHIncluded
Custom domainsSupported
MCP configGenerated after deploy

After deployment, InstaPods gives you the pieces the MCP client needs:

  • AUTOMEM_API_URL - the public HTTPS URL for your AutoMem service
  • AUTOMEM_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:

Terminal window
npx @verygoodplugins/mcp-automem setup

For platform-specific config locations, see Setup & Installation and the individual Platform Guides.

Check the health endpoint from your local machine:

Terminal window
curl https://your-instapods-automem-url/health \
-H "Authorization: Bearer YOUR_AUTOMEM_API_TOKEN"

A healthy deployment returns status: "healthy" and confirms FalkorDB connectivity.