
Gnosis Memory
Give your coding agent durable, vector-searchable memory across sessions via a hosted OAuth-protected MCP backend.
Overview
Gnosis Memory is a MCP server for the Build phase that provides OAuth-backed persistent memory and vector search for agents at gnosismemory.com.
What is this MCP server?
- Hosted Gnosis Memory MCP at https://gnosismemory.com (streamable HTTP)
- Persistent memory storage with vector search for semantic recall
- OAuth protection with Google sign-in for account-bound agent memory
- Version 1.0.2 with public GitHub source (Tekgnosis/GnosisMemory)
- Journey-wide recall: decisions from Idea through Operate without re-pasting context each chat
- Server version 1.0.2 with remote URL https://gnosismemory.com
- Features: persistent memory and vector search with OAuth via Google sign-in
- Open-source repository Tekgnosis/GnosisMemory on GitHub
What problem does it solve?
Your agent forgets prior decisions every new session, so you waste tokens re-explaining stack choices, customer context, and half-finished plans.
Who is it for?
Solo builders running multi-week agent projects who want hosted memory with Google sign-in and minimal self-hosted ops.
Skip if: Teams that require fully offline, self-hosted-only memory with no OAuth cloud dependency or strict air-gapped compliance.
What do I get? / Deliverables
Stored memories become vector-searchable across chats so your agent pulls relevant prior facts instead of starting from zero.
- Account-backed memory records retrievable via vector search from your agent
- Reduced re-prompting across sessions for architecture, customer, and roadmap facts
- Hosted MCP endpoint (v1.0.2) without self-managing embedding infrastructure
Recommended MCP Servers
Journey fit
Agent memory infrastructure is introduced while you assemble agent tooling, then pays off across every later phase when context must persist. Agent-tooling is the canonical shelf because persistent recall is a cross-cutting capability you wire into the agent stack during Build.
How it compares
Hosted persistent memory MCP, not a one-shot RAG script or a general note-taking skill inside the repo.
Common Questions / FAQ
Who is Gnosis Memory for?
Indie developers and agent users who need cross-session recall for coding, product, and support context without maintaining their own vector database.
When should I use Gnosis Memory?
Wire it during Build agent-tooling setup and keep using it whenever long-running work spans Validate, Ship, Grow, or Operate and context would otherwise be lost.
How do I add Gnosis Memory to my agent?
Add the remote MCP server https://gnosismemory.com in your client, complete Google OAuth sign-in, then use the server’s memory and vector search tools from Claude Code, Cursor, or compatible hosts.