Memory Kernel MCP Server
io.github.Artem362/memory-kernel
What is the Memory Kernel MCP server?
Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.
How to install Memory Kernel
Copy-paste configuration for popular MCP clients.
MEMORY_KERNEL_DBPath to the SQLite database file (defaults to .memory-kernel/memory.db in the working directory)
{
"mcpServers": {
"memory-kernel": {
"command": "uvx",
"args": [
"amormorri-memory-kernel"
],
"env": {
"MEMORY_KERNEL_DB": "<YOUR_MEMORY_KERNEL_DB>"
}
}
}
}{
"mcpServers": {
"memory-kernel": {
"command": "uvx",
"args": [
"amormorri-memory-kernel"
],
"env": {
"MEMORY_KERNEL_DB": "<YOUR_MEMORY_KERNEL_DB>"
}
}
}
}{
"mcpServers": {
"memory-kernel": {
"command": "uvx",
"args": [
"amormorri-memory-kernel"
],
"env": {
"MEMORY_KERNEL_DB": "<YOUR_MEMORY_KERNEL_DB>"
}
}
}
}{
"servers": {
"memory-kernel": {
"type": "stdio",
"command": "uvx",
"args": [
"amormorri-memory-kernel"
],
"env": {
"MEMORY_KERNEL_DB": "<YOUR_MEMORY_KERNEL_DB>"
}
}
}
}claude mcp add memory-kernel --env MEMORY_KERNEL_DB=<YOUR_MEMORY_KERNEL_DB> -- uvx amormorri-memory-kernelRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.