MCP Server
Active
MIT
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki MCP Server
io.github.tinhien11/remem-mcp
What is the remem-mcp — Local-first MCP Memory + CodeGraph + Wiki MCP server?
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
How to install remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
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": {
"remem-mcp": {
"command": "npx",
"args": [
"-y",
"remem-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"remem-mcp": {
"command": "npx",
"args": [
"-y",
"remem-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"remem-mcp": {
"command": "npx",
"args": [
"-y",
"remem-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"remem-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"remem-mcp"
]
}
}
}Claude Code
claude mcp add remem-mcp -- npx -y remem-mcpRelated MCP servers
Local-first MCP memory server for coding agents. No API key, no cloud. SQLite + FTS5 + sqlite-vec.
4
View repository →JavaScript