
Cogmemai
Store durable project memory in encrypted cloud storage so Claude and other assistants remember context across sessions.
Overview
CogmemAi MCP is a MCP server for the Build phase that provides 29 encrypted cloud memory tools for AI coding assistants.
What is this MCP server?
- 29 MCP tools for persistent cloud memory operations
- Encrypted-at-rest storage for assistant recall
- stdio npm package plus streamable-http endpoint at hifriendbot.com/mcp/
- Requires COGMEMAI_API_KEY from hifriendbot.com/developer/
- Version cogmemai-mcp 3.9.0 on npm
- 29 MCP tools per server description
- Server version 3.9.0
- Two package transports: stdio npm and streamable-http URL https://hifriendbot.com/mcp/
Community signal: 6 GitHub stars.
What problem does it solve?
Coding agents forget prior decisions every new session, forcing you to repeat stack choices, bugs, and preferences.
Who is it for?
Solo builders running long Claude Code or Cursor projects who want cross-session memory without self-hosting a vector stack.
Skip if: Teams with strict data residency that cannot use third-party cloud memory or who only need ephemeral chat.
What do I get? / Deliverables
Context persists in encrypted cloud memory retrievable through MCP across builds and later iteration work.
- Cross-session memory reads and writes via 29 MCP tools
- Encrypted-at-rest cloud storage for assistant recall
- Choice of local stdio or remote streamable-http transport
Recommended MCP Servers
Journey fit
How it compares
Hosted persistent-memory MCP integration, not an on-repo documentation skill or local RAG pipeline.
Common Questions / FAQ
Who is CogmemAi MCP for?
Indie developers and agent power users who need durable, encrypted memory across coding assistant sessions.
When should I use CogmemAi MCP?
Use it during Build agent-tooling and ongoing Operate iterate work whenever project context must persist beyond a single chat.
How do I add CogmemAi MCP to my agent?
Install cogmemai-mcp from npm for stdio or point your host to https://hifriendbot.com/mcp/ for streamable-http, then set COGMEMAI_API_KEY.