Stats
Actions
Tags
From nickcrew-claude-ctx-plugin
Local memory server for Claude that stores and retrieves conversational context and user preferences. Runs as a Python subprocess via uvx.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mcp-memory": {
"command": "uvx",
"args": [
"--refresh",
"--quiet",
"mcp-memory-py"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
First indexed Mar 30, 2026
First indexed Mar 30, 2026
npx claudepluginhub nickcrew/claude-cortex