Tentra — Memory for AI Coding Agents
Rank #18,995io.github.rdanieli/tentra
Memory for AI coding agents. Call graphs + refactor safety + persistent code context. 35 MCP tools.
Tentra — Memory for AI Coding Agents is a Model Context Protocol (MCP) server published by rdanieli. It ranks #18,995 of 132,113 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Tentra — Memory for AI Coding Agents is listed across 3 registries — Official MCP, Glama and PulseMCP, with 6 tracked versions. It was first listed on Apr 3, 2026 and most recently updated on Apr 20, 2026.
Ranks ahead of 113,118 of 132,113 servers on MCP Toplist.
Use Tentra — Memory for AI Coding Agents
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tentra https://trytentra.com/api/mcpclaude mcp add tentra -e "TENTRA_API_KEY=<your TENTRA_API_KEY>" -- npx -y tentra-mcpReplace each placeholder with your own value before saving.
[mcp_servers.tentra]
url = "https://trytentra.com/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.tentra]
command = "npx"
args = ["-y", "tentra-mcp"]
[mcp_servers.tentra.env]
TENTRA_API_KEY = "<your TENTRA_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://trytentra.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tentra": {
"command": "npx",
"args": [
"-y",
"tentra-mcp"
],
"env": {
"TENTRA_API_KEY": "<your TENTRA_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tentra": {
"url": "https://trytentra.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tentra": {
"command": "npx",
"args": [
"-y",
"tentra-mcp"
],
"env": {
"TENTRA_API_KEY": "<your TENTRA_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"tentra": {
"type": "http",
"url": "https://trytentra.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tentra": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tentra-mcp"
],
"env": {
"TENTRA_API_KEY": "<your TENTRA_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tentra": {
"serverUrl": "https://trytentra.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tentra": {
"command": "npx",
"args": [
"-y",
"tentra-mcp"
],
"env": {
"TENTRA_API_KEY": "<your TENTRA_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tentra": {
"url": "https://trytentra.com/api/mcp"
}
}
}{
"mcpServers": {
"tentra": {
"command": "npx",
"args": [
"-y",
"tentra-mcp"
],
"env": {
"TENTRA_API_KEY": "<your TENTRA_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rdanieli%2Ftentra)<a href="https://mcptoplist.com/server/io.github.rdanieli%2Ftentra"><img src="https://mcptoplist.com/badge/io.github.rdanieli%2Ftentra.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
rdanieli
Other servers by rdanieli
View all rdanieli servers →Available versions (6)
| Version | Published |
|---|---|
| 1.3.2 | Apr 20, 2026 |
| 1.2.8 | Apr 20, 2026 |
| 1.2.5 | Apr 20, 2026 |
| 1.2.4 | Apr 19, 2026 |
| 1.2.0 | Apr 18, 2026 |
| 1.1.1 | Apr 3, 2026 |
Frequently asked questions
- Who maintains Tentra — Memory for AI Coding Agents?
- Tentra — Memory for AI Coding Agents is maintained by rdanieli, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Tentra — Memory for AI Coding Agents listed on the Official MCP Registry?
- Yes — Tentra — Memory for AI Coding Agents is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Tentra — Memory for AI Coding Agents have?
- MCP Toplist tracks 6 versions of Tentra — Memory for AI Coding Agents, most recently published on Apr 20, 2026.
- Where can I find the source code for Tentra — Memory for AI Coding Agents?
- The source code for Tentra — Memory for AI Coding Agents is hosted at github.com/rdanieli/tentra-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.