Tentra — Memory for AI Coding Agents MCP Server
io.github.rdanieli/tentra
What is the Tentra — Memory for AI Coding Agents MCP server?
Memory for AI coding agents. Call graphs + refactor safety + persistent code context. 35 MCP tools.
How to install Tentra — Memory for AI Coding Agents
Copy-paste configuration for popular MCP clients.
TENTRA_API_KEYsecretTentra API key (optional — device flow auth via GitHub is used by default)
{
"mcpServers": {
"tentra": {
"command": "npx",
"args": [
"-y",
"tentra-mcp"
],
"env": {
"TENTRA_API_KEY": "<YOUR_TENTRA_API_KEY>"
}
}
}
}{
"mcpServers": {
"tentra": {
"command": "npx",
"args": [
"-y",
"tentra-mcp"
],
"env": {
"TENTRA_API_KEY": "<YOUR_TENTRA_API_KEY>"
}
}
}
}{
"mcpServers": {
"tentra": {
"command": "npx",
"args": [
"-y",
"tentra-mcp"
],
"env": {
"TENTRA_API_KEY": "<YOUR_TENTRA_API_KEY>"
}
}
}
}{
"servers": {
"tentra": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tentra-mcp"
],
"env": {
"TENTRA_API_KEY": "<YOUR_TENTRA_API_KEY>"
}
}
}
}claude mcp add tentra --env TENTRA_API_KEY=<YOUR_TENTRA_API_KEY> -- npx -y tentra-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.