🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ace-context-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ace-context-mcp

Persistent local-first memory for AI chats — save context in one chat, load it in any other via MCP.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

ace-context-mcp

Persistent, local-first memory for your AI chats. Save context in one chat, load it in any other — across Claude Desktop, Claude Code, Cursor, and Cline — through one MCP server. Local store (~/.ace/store), no cloud, no API key.

Use with an MCP client

Add to your client's MCP config (e.g. Claude Desktop claude_desktop_config.json):

{
  "mcpServers": {
    "ace": { "command": "npx", "args": ["-y", "ace-context-mcp"] }
  }
}

Restart the client. Tools: context_save, context_load, context_search, context_list, context_forget.

Set ACE_HOME to change the store location (default ~/.ace/store).

Full project, CLI, and docs: https://github.com/Dw-Dwain/Ace-Context-MCP — Apache-2.0.

Keywords

mcp

FAQs

Package last updated on 20 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts