MCP Memory allows AI clients to store and retrieve user preferences and behaviors across conversations. It provides key-value storage for user data and integrates with MCP clients like Cursor, Claude, and Windsurf. Developers use it to build personalized AI experiences by maintaining context between sessions.
MCP Memory allows AI clients to store and retrieve user preferences and behaviors across conversations. It provides key-value storage for user data and integrates with MCP clients like Cursor, Claude, and Windsurf. Developers use it to build personalized AI experiences by maintaining context between sessions.
npx -y mcp-memoryAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"puliczek-mcp-memory-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-memory"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp memory?"
API Key Required
This server requires an API key from mcp memory. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_MEMORY_API_KEY | Yes | Your mcp memory API key |
"What resources are available in mcp memory?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp memory"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp memory with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.