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

mcp-ariel-memory

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-ariel-memory

Universal Two-Layer Memory MCP Server for AI agents (npm wrapper)

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

mcp-ariel-memory (npm)

Universal Two-Layer Memory MCP Server for AI agents — npm wrapper.

This package installs and runs the Python MCP server. Requires Python 3.10+ on the system.

Quick Start

npx mcp-ariel-memory --transport stdio

Install Globally

npm install -g mcp-ariel-memory
mcp-ariel-memory --transport http --port 8000

Options

OptionDescriptionDefault
--transportstdio (Claude Desktop) or http (web clients)stdio
--hostHTTP host0.0.0.0
--portHTTP port8000
--dashboardEnable dashboard + metricsfalse

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ariel-memory": {
      "command": "npx",
      "args": ["mcp-ariel-memory", "--transport", "stdio"]
    }
  }
}

Requirements

  • Python 3.10+
  • pip (usually comes with Python)

License

MIT

Keywords

mcp

FAQs

Package last updated on 28 Jun 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