loading…
Search for a command to run...
loading…
Lightweight local memory for your AI agent. SQLite + embeddings, zero setup, no services to run. Minimal config: ``` { "mcpServers": { "memory": { "command": "n
Lightweight local memory for your AI agent. SQLite + embeddings, zero setup, no services to run. Minimal config: ``` { "mcpServers": { "memory": { "command": "npx", "args": ["-y", "mcp-local-memory"] } } } ``` Your agent remembers preferences, project details, procedures -- whatever you want. All structure and behavior controlled via prompts. For details: [https://github.com/NickSmet/mcp-local-memory](https://github.com/NickSmet/mcp-local-memory)
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-local-memory": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"NickSmet/mcp-local-memory"
]
}
}
}Query your database in natural language
Read-only database access with schema inspection.
Interact with Redis key-value stores.
Database interaction and business intelligence capabilities.