Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub thebranchdriftcatalyst/catalyst-agentic-sdlc --plugin catalyst-metaCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"memory-service": {
"command": "memory",
"args": [
"server"
],
"env": {
"MCP_EMBEDDING_MODEL": "all-mpnet-base-v2",
"MCP_MEMORY_BASE_DIR": "${HOME}/.claude/memory-service",
"MCP_CONSOLIDATION_ENABLED": "true",
"MCP_FORGETTING_ACCESS_THRESHOLD": "180"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
memoryCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_EMBEDDING_MODEL=all-mpnet-base-v2MCP_MEMORY_BASE_DIR=${HOME}/.claude/memory-serviceMCP_CONSOLIDATION_ENABLED=trueMCP_FORGETTING_ACCESS_THRESHOLD=180Share bugs, ideas, or general feedback.