Skip to content
VS Code

Tentra — Memory for AI Coding Agents for VS Code

io.github.rdanieli/tentra

Memory for AI coding agents. Call graphs + refactor safety + persistent code context. 35 MCP tools.

client:VS Code transport:sse runtime:npm

Install Tentra — Memory for AI Coding Agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "tentra": {
      "type": "sse",
      "url": "https://trytentra.com/api/mcp"
    }
  }
}

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

Tentra — Memory for AI Coding Agents in other clients