Serversio.github.rdanieli/tentra
T

Tentra — Memory for AI Coding Agents

io.github.rdanieli/tentra · v1.3.2
▦ npm
v1.3.2npm npm: tentra-mcp🌐 https://trytentra.com/api/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.rdanieli/tentra",
  "description": "Memory for AI coding agents. Call graphs + refactor safety + persistent code context. 35 MCP tools.",
  "title": "Tentra — Memory for AI Coding Agents",
  "repository": {
    "url": "https://github.com/rdanieli/tentra-mcp",
    "source": "github"
  },
  "version": "1.3.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tentra-mcp",
      "version": "1.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Tentra API key (optional — device flow auth via GitHub is used by default)",
          "format": "string",
          "isSecret": true,
          "name": "TENTRA_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "sse",
      "url": "https://trytentra.com/api/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}