SkillAgentSearch skills...

mcp-memory-service

Universal Memory Service implementing MCP for AI assistants - supports Claude Code, Claude Desktop, VS Code with semantic memory, OAuth 2.1 team collaboration, and Natural Memory Triggers v7.1.0

Install / Use

claude mcp add alphaplapplap -- npx -y github:alphaplapplap/mcp-memory-service

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

34/100

Supported Platforms

Claude Code
Claude Desktop

{ "mcpServers": { "memory-service": { "type": "stdio", "command": "python", "args": [ "scripts/run_memory_server.py" ], "env": { "MCP_MEMORY_CHROMA_PATH": "/home/hkr/.mcp_memory_chroma", "LOG_LEVEL": "INFO", "MCP_TIMEOUT": "30000" } }, "memory": { "command": "uv", "args": [ "--directory", "/home/hkr/repositories/mcp-memory-service", "run", "memory" ], "env": { "MCP_MEMORY_STORAGE_BACKEND": "sqlite_vec", "MCP_MEMORY_SQLITE_PRAGMAS": "busy_timeout=15000,cache_size=20000", "LOG_LEVEL": "INFO" } } } }

Related Skills

View on GitHub
GitHub Stars0
CategoryCustomer
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low