← maximem.ai

INDIVIDUAL MCP TOOL

list_recent_memories

List recent things remembered about this user.

maximem.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://synap-mcp.maximem.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_recent_memories and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

maximem.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.synap]
url = "https://synap-mcp.maximem.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "synap": {
      "type": "http",
      "url": "https://synap-mcp.maximem.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: synap
Remote MCP URL: https://synap-mcp.maximem.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "synap": {
      "url": "https://synap-mcp.maximem.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "synap": {
      "type": "http",
      "url": "https://synap-mcp.maximem.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "synap",
  "transport": "streamable-http",
  "url": "https://synap-mcp.maximem.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • log_exchange — After each user message, send the exchange here so it can be remembered.
  • check_memory_status — Check whether a logged exchange has finished processing.
  • recall_context — Before replying, call this to recall anything already known about this user from past conversations.