Skip to content
VS Code

Talamus for VS Code

io.github.ampres-ai/talamus

Local-first, source-grounded memory that survives AI agent sessions.

client:VS Code transport:stdio runtime:pypi

Install Talamus in VS Code

.vscode/mcp.json

{
  "servers": {
    "talamus": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "talamus"
      ]
    }
  }
}

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

Talamus in other clients