An MCP memory server. One memory your agents share — across models, devices and apps.
claude mcp add living-memory --transport http https://lme.viibe.to/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"living-memory": {
"url": "https://lme.viibe.to/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"living-memory": {
"serverUrl": "https://lme.viibe.to/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"living-memory": {
"type": "http",
"url": "https://lme.viibe.to/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"living-memory": {
"url": "https://lme.viibe.to/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"living-memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://lme.viibe.to/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://lme.viibe.to/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/to.viibe--living-memory/reviews or the review_server meta-tool.
POST /mcp