HomeDesign & Media › Tentra — Memory for AI Coding Agents

Tentra — Memory for AI Coding Agents

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

TypeScript CloudLocal macOSWindowsLinux Remote
★ 6 stars Last pushed 2026-06-11 License: MIT

Topics: Architecture & Design

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (sse)

https://trytentra.com/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport sse tentra-mcp https://trytentra.com/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "tentra-mcp": {
      "url": "https://trytentra.com/api/mcp"
    }
  }
}

Package (npm 1.3.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "tentra-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "TENTRA_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TENTRA_API_KEY secret — Tentra API key (optional — device flow auth via GitHub is used by default)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry