🤖

memory

Shared, persistent memory for AI agents — works with Claude, Kiro, Cursor, or any MCP client.

RUN IN TERMINAL
claude mcp add comcortex-mem-memory -- npx -y cortex-memory-mcp
ADD TO claude_desktop_config.json
{ "mcpServers": { "comcortex-mem-memory": { "command": "npx", "args": ["-y", "cortex-memory-mcp"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "comcortex-mem-memory": { "command": "npx", "args": ["-y", "cortex-memory-mcp"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "comcortex-mem-memory": { "command": "npx", "args": ["-y", "cortex-memory-mcp"] } } }

About This MCP Server

The com.cortex-mem/memory server provides shared, persistent memory for AI agents, enabling them to store and retrieve data across sessions. This server works with various MCP clients, including Claude, Kiro, and Cursor, and can be integrated using npm and stdio. Developers would use this server when building applications that require AI agents to retain information over time, making it a useful tool for ai-ml projects.

Shared, persistent memory for AI agents — works with Claude, Kiro, Cursor, or any MCP client.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with ai & machine learning capabilities via the stdio transport.

Package

cortex-memory-mcp on npm

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.

What tools does it provide?

The memory server extends your AI assistant with ai & machine learning capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/comcortex-mem-memory.svg)](https://skillsplayground.com/mcps/comcortex-mem-memory/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.