Skip to main content
Glama

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-mcp

Configuration

Variable

Description

Default

DEK_MEMORY_STORE

Path to the SQLite memory store directory

.dek-memory

DEK_MCP_READ_ONLY

Set to 1 to disable write and maintenance tools

0

DEK_CHATGPT_PROFILE

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 vitest

Security

  • Local-only: No network listeners; communicates only via stdio.

  • Read-only mode: DEK_MCP_READ_ONLY=1 disables all write operations.

  • Verification: ChatGPT memory writes are verified before reporting success.

License

MIT

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    B
    maintenance
    A local, user-owned memory MCP server that allows AI agents to share context via a SQLite file you own.
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A 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.
    2
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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