Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“ Architecture & Design
  3. Tentra MCP
Tentra MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:31:12 PM

Tentra MCP

User RatingsBe the first to rate and review this MCP server!
View Repository5 GitHub StarsTotal stargazers on GitHub for the source repository (5 stars).Visit Website
architecturecode-graphdeveloper-toolscode-analysis

Designs typed architectures, indexes codebases, detects drift, and exposes code-graph queries through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "rdanieli-tentra-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tentra-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ“ More in Architecture & Design

Overview

rdanieli/tentra-mcp MCP server gives AI coding agents architecture design, codebase analysis, and persistent code-graph tools. Agents can describe a system, generate a typed diagram, run quality checks, compare diagrams with code, and export designs to listed frameworks and formats. A local npm process supports repository scanning and indexing, while an SSE endpoint provides hosted access. Reach for it when an agent needs architecture visibility, symbol-level code queries, drift checks, or architecture documentation.

Use cases

β€’Design service architectures from natural-language requirements
β€’Index repositories for symbol and call-graph queries
β€’Detect drift between saved diagrams and implementation code
β€’Export architecture designs into infrastructure or application scaffolds
β€’Inspect architectural smells such as god nodes and quality hotspots

Key features

β€’Typed architecture diagrams from natural-language descriptions
β€’Persistent code graph with symbol, import, and call-edge queries
β€’Architecture linting and diagram-to-code drift detection
β€’Exports to application, infrastructure, diagram, and ADR formats
β€’Git post-commit re-indexing for local repositories
β€’Contracts, domains, ownership, and architecture decision records

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Tentra MCP.

Extracted Tool Capabilities
Typed architecture diagrams from natural-language descriptions
Persistent code graph with symbol, import, and call-edge queries
Architecture linting and diagram-to-code drift detection
Exports to application, infrastructure, diagram, and ADR formats
Git post-commit re-indexing for local repositories
Contracts, domains, ownership, and architecture decision records

How Tentra MCP works

What rdanieli/tentra-mcp MCP server does

rdanieli/tentra-mcp MCP server connects an AI coding agent to two related capabilities: architecture modeling and a persistent code graph. An agent can turn a natural-language system description into a typed architecture diagram, update saved designs, inspect them, create flow visualizations, and apply nine listed quality checks, including orphan, single-point-of-failure, and god-service detection.

The architecture side also supports codebase analysis, diagram-to-code drift detection, and specification alignment checks. Designs can be exported to the formats listed by the project, including Java Spring Boot, Node.js Fastify, Python FastAPI, Go chi, Rust Axum, .NET ASP.NET, Kotlin Ktor, PHP Laravel, Ruby Rails, Elixir Phoenix, Docker Compose, Mermaid, ADR, and Terraform.

The code-graph side indexes files, symbols, imports, and call edges. Agents can search symbols, find references, prepare rename plans, inspect neighboring symbols, explain code paths, identify highly connected nodes, rank quality hotspots, compare snapshots, and retrieve repository-wide explanations. Additional tools store service mappings, domain membership, contracts, architecture decisions, and ownership data.

How it works

The local process runs through the tentra-mcp npm package and communicates with an MCP client over stdio. npx tentra-mcp init --hook can write configuration for supported installed clients, add a Git post-commit hook, and derive a repository identifier from the Git remote. The hook triggers background re-indexing after commits, keeping the graph updated without a separate manual indexing step.

For architecture operations and hosted access, the server uses the Tentra service at trytentra.com. The README describes both browser-based GitHub device-flow authentication and API-key authentication. Codebase scanning requires the local installation rather than the hosted SSE configuration. An agent invokes the available MCP tools; the server handles indexing jobs and persistence for the resulting graph data.

Setup and configuration

Install the local server with npx tentra-mcp. For repository-aware setup, run the project’s initialization command from the repository and optionally include --hook. The generated configuration can then be reloaded in the MCP client. The README names Cursor, Claude Code, Codex, and Windsurf as supported configuration targets.

The first local tool call can open GitHub device-flow authentication, with credentials saved under ~/.tentra/credentials. Alternatively, the command accepts an API key using --key. The SSE setup uses an endpoint at https://trytentra.com/api/mcp with the key supplied as a query parameter. The README’s examples use a placeholder key, so that value must be replaced before use.

Tools and capabilities

The listed tool groups cover:

  • Architecture creation, updates, retrieval, listing, codebase analysis, linting, synchronization, alignment checks, exporting, and flow creation.
  • Code-graph indexing, continuation of indexing jobs, semantic annotations, and job-status checks.
  • Symbol search, reference lookup, rename planning, graph traversal, code explanations, similarity search, embeddings, snapshots, god-node detection, and hotspot analysis.
  • Service-to-code mapping, domain assignment, contract recording and lookup, ADR recording and linking, and ownership resolution.

These capabilities let an agent move between a high-level system design and implementation-level evidence rather than relying only on repeated source-file searches.

Limitations and notes

rdanieli/tentra-mcp MCP server is not itself the hosted Tentra web application or API; the repository contains the open-source MCP server, while the API and web app are separate hosted services. The hosted SSE option does not provide the local codebase-scanning path described for the npm process.

The README lists 36 tools, while the supplied product description says 35, so the exact total should be verified against the current release. Authentication is required for the documented hosted or local service workflows, either through GitHub device flow or an API key. The project is licensed under MIT.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Architecture & Design View all alternatives
  • Figma Context MCP logoFigma Context MCP

    Provide coding agents direct access to Figma data to help them one-shot design implementation.

    πŸ“ Architecture & Design3 views
    Compare vs Figma Context MCP β†’
  • Excalidraw Architect MCP logoExcalidraw Architect MCP

    Generate beautiful Excalidraw architecture diagrams with auto-layout, architecture-aware component styling, and stateful editing. 50+ technology mappings including databases, message queues, caches, and more. No API keys required.

    πŸ“ Architecture & Design4 views
    Compare vs Excalidraw Architect MCP β†’
  • Flowzap MCP logoFlowzap MCP

    Create workflow, sequence, and architecture diagrams using FlowZap Code DSL. 7 tools for validation, playground URL generation, syntax docs, graph export, artifact parsing, diffing, and patching. No API key required. Install via NPM: npx -y flowzap-mcp

    πŸ“ Architecture & Design1 views
    Compare vs Flowzap MCP β†’
  • Figwright logoFigwright

    Bidirectional Figma server over a local WebSocket relay: turn a selection into framework-aware code (reusing your components and tokens), or author frames, text, styles, variables, and whole screens back onto the canvas. 92 tools, any MCP client, no Dev Mode seat or paid tier.

    πŸ“ Architecture & Design5 views
    Compare vs Figwright β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
5
Stargazers on the source repository.
npm downloads
249
Package downloads in the last 30 days.
Last commit
3mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Tentra MCP

Run `npx tentra-mcp` for a manual local stdio setup, or run `npx tentra-mcp init --hook` inside a repository to generate client configuration and optionally install a post-commit hook.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTentra MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/rdanieli-tentra-mcp?style=directory)](https://allmcps.com/mcp/rdanieli-tentra-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/rdanieli-tentra-mcp"><img src="https://allmcps.com/api/badge/rdanieli-tentra-mcp?style=directory" alt="Tentra MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“Architecture & Design
PricingFreemium
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthOther
LicenseMIT
ClientsCursor, Windsurf
Last updatedSep 7, 2026
1/5 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars5
GitHub Star CountTotal stargazers on GitHub representing community popularity (5 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 11, 2026
npm downloads249/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
55Quality signal: Good Β· 55/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev Β· tentra-mcp (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“ Architecture & Design β†’Alternatives to Tentra MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code