MCP Server
MCP
Tentra — Memory for AI Coding Agents
Memory for AI coding agents. Call graphs + refactor safety + persistent code context. 35 MCP tools.
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
By
Comments
Sign in to leave a comment