Home › Design & 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.
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_KEYsecret — Tentra API key (optional — device flow auth via GitHub is used by default)
Related servers
figwright
Bidirectional Figma server over a local WebSocket relay: turn a selection into framework-aware code (reusing your components and tokens),…
Network Sketcher (Local MCP)
AI-native MCP server to design and manage Cisco network diagrams (L1/L2/L3, PPT/SVG) from LLMs.
Excalidraw Architect
Generate beautiful Excalidraw architecture diagrams with auto-layout and component styling
OpenTakeoff
Construction takeoff for AI agents: load plans, set scale, measure, count, export with provenance.
posecode
Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link.
mermaid-mcp
AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry