dek-mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceSelf-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.62302MIT- AlicenseAqualityBmaintenanceA local, user-owned memory MCP server that allows AI agents to share context via a SQLite file you own.4MIT
- Alicense-qualityDmaintenanceA 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
Related MCP Connectors
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Cloud-hosted MCP server for durable AI memory
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1000bath/dek-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server