Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation
claude mcp add mem-context -- uvx mem-context
claude_desktop_config.json
{
"mcpServers": {
"mem-context": {
"command": "uvx",
"args": [
"mem-context"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mem-context": {
"command": "uvx",
"args": [
"mem-context"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mem-context": {
"command": "uvx",
"args": [
"mem-context"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mem-context": {
"type": "stdio",
"command": "uvx",
"args": [
"mem-context"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mem-context": {
"command": "uvx",
"args": [
"mem-context"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.turbyho--mem-context/reviews or the review_server meta-tool.
POST /mcp