Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.
claude mcp add nexusmem -- npx -y nexusmem
claude_desktop_config.json
{
"mcpServers": {
"nexusmem": {
"command": "npx",
"args": [
"-y",
"nexusmem"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"nexusmem": {
"command": "npx",
"args": [
"-y",
"nexusmem"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nexusmem": {
"command": "npx",
"args": [
"-y",
"nexusmem"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"nexusmem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nexusmem"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"nexusmem": {
"command": "npx",
"args": [
"-y",
"nexusmem"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.yaminbkk--nexusmem/reviews or the review_server meta-tool.
POST /mcp