← Back to Plugins
MCP Server MCP

Tentra — Memory for AI Coding Agents

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "sse",
      "url": "https://trytentra.com/api/mcp"
    }
  ],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol sse npm

Comments

Sign in to leave a comment

Loading comments...