Skip to content
VS Code

Synap Memory for VS Code

ai.maximem/synap

Persistent memory for AI agents — log and recall conversation context over MCP.

client:VS Code transport:streamable-http tools:4

Install Synap Memory in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Synap Memory in other clients