MCP.so
登录

Tentra

@rdanieli

关于 Tentra

Tentra gives your AI coding agent memory. The code-graph indexer walks your repository with Tree-sitter locally, extracts symbols and call edges, and stores them in a persistent

基本信息

分类

其他

传输方式

stdio

发布者

rdanieli

提交者

Rafael Danieli

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "tentra": {
      "type": "sse",
      "url": "https://trytentra.com/api/mcp?key=YOUR_API_KEY"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Tentra?

Tentra is a persistent memory layer for AI coding agents, built on two pillars: a code graph for indexing repositories and an architecture workspace for describing systems in natural language and generating interactive diagrams and code in 14 frameworks.

How to use Tentra?

Connect via SSE by adding a configuration entry to your MCP settings with the URL https://trytentra.com/api/mcp?key=YOUR_API_KEY (get your API key at trytentra.com/settings after GitHub sign-in). Alternatively, run npx -y tentra-mcp for a local stdio setup that authenticates via GitHub on first use.

Key features of Tentra

  • 32 MCP tools across architecture, code graph, and enrichment categories.
  • Code graph indexes files, symbols, imports, and call edges once.
  • Architecture workspace produces interactive diagrams and production-ready code.
  • 99.4% token reduction in benchmarks versus file re-reading.
  • Zero API key setup and zero LLM cost on Tentra's infrastructure.

Use cases of Tentra

  • Querying "Where is auth handled?" returns file paths and line ranges in one call.
  • Tracing function calls with "What calls this function?" via BFS on the call graph.
  • Investigating architectural decisions linked to ADRs with get_decisions_for.
  • Determining file ownership per team or person using get_ownership.
  • Finding code similar to a snippet via pgvector cosine similarity search.

FAQ from Tentra

How is Tentra different from re-reading source files?

Tentra reduces tokens needed for "where is X?" queries by 99.4% (156.8× ratio) by using a pre-built code graph instead of re-grepping source every session.

What are the runtime requirements?

Tentra can be used with zero install via SSE or with a local stdio setup using npx -y tentra-mcp. Authentication is done via GitHub.

Where does data live?

The README does not specify where data is stored, only that indices are built from your repository and accessed via Tentra's API.

What transports and authentication are available?

Tentra supports both SSE (with an API key) and stdio (with GitHub authentication). No API key setup is needed for the stdio path on your side.

Are there any known limits?

评论

其他 分类下的更多 MCP 服务器