What is the Memory MCP Server MCP server?
SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.
How to install Memory MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/memory-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/memory-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/memory-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/memory-mcp"
]
}
}
}Claude Code
claude mcp add memory-mcp -- npx -y @j0hanz/memory-mcpRelated MCP servers
Multi-level reasoning MCP server with configurable depth levels
View repository →An MCP server that fetches web pages and converts them to clean, readable Markdown.
View repository →🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis
View repository →