dek-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dek-mcpremember that the project deadline is Friday"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dek-mcp
Local MCP server exposing the dek-memory hybrid memory engine over stdio. It is deliberately local-only by default: no Chrome, account, API key, or network is required.
When configured with a Chrome profile, it also provides conditional ChatGPT tools for interacting with the signed-in ChatGPT account.
Usage
DEK_MEMORY_STORE=$HOME/.dek-memory npx dek-mcpConfiguration
Variable | Description | Default |
| Path to the SQLite memory store directory |
|
| Set to |
|
| Path to a dedicated Chrome profile directory for ChatGPT tools | None (disabled) |
Tools
Local Memory Tools (always available):
memory_remember: Store durable information.memory_recall: List stored memories.memory_search: Search by keywords.memory_update: Update existing memory.memory_forget: Remove a memory.memory_stats: Diagnostic counts.memory_maintain: Prune stale memories.memory_graph_query: Search with entity relationships.memory_graph_why: Explain memory reachability.
ChatGPT Tools (requires DEK_CHATGPT_PROFILE):
chatgpt_ask: Ask ChatGPT through the browser.chatgpt_memory_read: Read Saved Memory from account.chatgpt_memory_write: Write to Saved Memory.chatgpt_memory_forget: Request account memory removal.memory_sync: Sync account memories to local store.
Related MCP server: @agentage/mcp-memory
Development
Build with npm install && npm run build. Requires Node 24+.
npm run typecheck # Check for TypeScript errors
npm test # Run vitestSecurity
Local-only: No network listeners; communicates only via stdio.
Read-only mode:
DEK_MCP_READ_ONLY=1disables all write operations.Verification: ChatGPT memory writes are verified before reporting success.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Cloud-hosted MCP server for durable AI memory
Shared memory and actions for Claude, Kiro, OpenAI, Cursor, and other MCP-compatible AI clients.
Official remote MCP server for Archivist AI TTRPG campaign memory: characters, sessions, and more.
Related MCP Servers
- AlicenseAqualityBmaintenanceSelf-hosted remote MCP memory server for ChatGPT and AI agents.342MIT

@agentage/mcp-memoryofficial
AlicenseAqualityBmaintenanceExposes local memory vaults as 6 MCP tools over stdio, enabling clients like Windsurf, Zed, and Claude Desktop to read and write memory.6243 npm2MIT- AlicenseAqualityBmaintenanceA local, user-owned memory MCP server that allows AI agents to share context via a SQLite file you own.4MIT
- AlicenseNot gradedqualityDmaintenanceA stdio-based MCP server that wraps Supermemory's REST API, providing persistent memory, semantic search, and user profiles via stdio transport for universal compatibility with MCP clients.2MIT