memheaven
A self-hosted remote MCP memory server that gives hosted AI clients such as ChatGPT searchable long-term memory. It deploys to a user's own Cloudflare account, using Workers for the OAuth and MCP endpoints, D1 for metadata, R2 for stored content, Vectorize for semantic search, and Workers AI for embeddings.
- Stars
- 2
- Forks
- 0
- License
- MIT
- Category
- AI
- Latest push
- Published
- Refreshed
- Updated
About this app
This profile is based on public repository information.
Research and source context
This profile is compiled from public repository data. Repository details were captured and the profile was last researched .
More in AI
moltworker
A personal AI assistant packaged to run in a Cloudflare Sandbox container on Workers, with a web chat UI, Telegram, Discord, and Slack channels, device pairing, optional R2 persistence, AI Gateway routing, and Cloudflare Access protection; deployment uses wrangler and requires a Workers Paid plan.
ChatGPT-Telegram-Workers
A Telegram chatbot that connects Telegram messaging to multiple AI providers such as OpenAI, Anthropic, and Cloudflare AI. It runs as a serverless Worker in the visitor's Cloudflare account, stores configuration in Workers KV, and includes a web admin panel, custom commands, and text-to-image generation.
Cloudflare AI Web
A multi-model AI chat interface that runs inference through Cloudflare Workers AI and optionally Cloudflare AI Gateway, using the visitor's own account ID and API token. The web UI is self-hosted via Docker or Vercel, with local chat history storage and optional password protection.