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. πŸ’» Developer Tools
  3. Enterprise Architect
Enterprise Architect logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 10:48:20 PM

Enterprise Architect

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Read-only search and navigation of Sparx Enterprise Architect .qea model exports

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": {
    "enterprise-architect": {
      "command": "npx",
      "args": [
        "-y",
        "enterprise-architect-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 Developer Tools

Documentation Overview

Enterprise Architect MCP Server

npm version Node.js License: EUPL-1.2 Install in VS Code Install in VS Code Insiders Compound Engineering

A read-only Model Context Protocol (MCP) server for Sparx Enterprise Architect .qea exports. Gives AI agents access to EA analysis models β€” search elements, navigate packages, read use case scenarios, and traverse connectors β€” without a running EA instance.

Works with any MCP client (VS Code / GitHub Copilot, Claude Desktop, Cursor, Windsurf). Reads the .qea SQLite export directly, never writes to it, and every response carries completeness metadata so an agent can tell a truncated answer from a complete one.

Keywords: MCP server Β· Sparx Enterprise Architect Β· .qea Β· UML Β· use case scenarios Β· package tree Β· connectors Β· diagrams Β· model search Β· AI agent tooling

Prerequisites

  • Node.js 22+ (uses the built-in node:sqlite module)
  • A .qea file exported from Sparx Enterprise Architect

Installation

VS Code / GitHub Copilot

The quickest route is the Install in VS Code badge at the top of this page. There is nothing to fill in: the server asks for your .qea path the first time an agent queries the model, and remembers the answer for next time.

To register it from a terminal instead, which is handier for scripting or a shared setup, use one CLI call:

powershell
code --add-mcp '{\"name\":\"enterprise-architect\",\"command\":\"npx\",\"args\":[\"-y\",\"enterprise-architect-mcp\"]}'

The \" sequences are for the code shim, which re-parses the argument after PowerShell has already handed it over β€” escaping with PowerShell's own backtick, or using --%, still arrives with the quotes stripped. The single quotes stop PowerShell from touching the string. On bash or zsh the plain form works instead:

bash
code --add-mcp '{"name":"enterprise-architect","command":"npx","args":["-y","enterprise-architect-mcp"]}'

To configure it by hand instead, add to your project's .vscode/mcp.json:

config.json
{
  "servers": {
    "enterprise-architect": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "enterprise-architect-mcp"]
    }
  }
}

Nothing personal is in that file, so it can be committed as-is and each developer answers the prompt once on their own machine. If you would rather not be asked at all, name the path up front β€” as a trailing argument, in an env block, or in a gitignored .env in your workspace root:

ini
EA_QEA_PATH=C:\EA\exports\model.qea

Claude Desktop

The same path-less configuration goes in claude_desktop_config.json (%APPDATA%\Claude\ on Windows, ~/Library/Application Support/Claude/ on macOS):

config.json
{
  "mcpServers": {
    "enterprise-architect": {
      "command": "npx",
      "args": ["-y", "enterprise-architect-mcp"]
    }
  }
}

Claude Desktop does not run the server from a workspace folder, so a .env there is not reliable. If the client cannot show the path prompt at all, the server says so instead of failing silently, and you can name the path in an env block:

json
"env": { "EA_QEA_PATH": "C:\\EA\\exports\\model.qea" }

To run straight from source instead of npm, use "args": ["-y", "github:mm6502/enterprise-architect-mcp"].

Example Prompts

Once connected, try prompts like:

  • "Search for elements related to 'legal entity'"
  • "Show me the package structure under the root"
  • "What are the use case scenarios for UC_SUBMIT_APPLICATION?"
  • "What elements and connectors are on diagram 0103 Application Processing?"
  • "Resolve the reference {3F2A7C10-5B4D-4e8a-9C1F-27D6E8B0A4F3}"
  • "What columns does t_connector have?"
  • "Which diagrams does element a7680 appear on?"

Configuration

The server does not need a path to start. It looks for one when an agent first queries the model, and takes the first source that actually opens:

  1. CLI argument β€” mcp-server-ea C:\path\to\model.qea
  2. Environment variable β€” EA_QEA_PATH (set in an env block or system env)
  3. .env file β€” EA_QEA_PATH=... in a .env file in the working directory
  4. A remembered answer β€” whatever you last told the prompt
  5. The prompt β€” the client asks, and a working answer is remembered for next time

If you would rather never see the prompt β€” a CI job, a shared image, or simply a preference β€” put the path in a gitignored .env in the working directory. Copy the template:

powershell
Copy-Item .env.example .env

Then set your local path in .env:

ini
EA_QEA_PATH=C:\EA\exports\model.qea

If the path points to a directory instead of a file, the server automatically picks the newest .qea file in it by modification time β€” point it at your export folder and new exports are picked up without reconfiguring anything:

ini
EA_QEA_PATH=C:\EA\exports\

The .env file is gitignored β€” each developer sets their own path without affecting the shared config. It is also never committed, which is why it is the one route every new user has to set up by hand; answering the prompt once is what makes that unnecessary.

A source naming a path that cannot be opened is skipped rather than fatal, so the next source gets its turn. The reason goes to the server log, and once some later source opens, ea_get_model_info lists it under skipped. That is deliberate β€” a sample value left in an env block would otherwise outrank every answer you could give, and answering the prompt would never help. The cost is that a genuine typo is demoted quietly, so check ea_get_model_info if the server opens a different model than you expected.

Skipping is only worth it when an answer can take the skipped source's place, so two cases stay fatal: a path you passed on the command line (that is this run's explicit instruction, not a stale default), and any broken source in a client that cannot show a prompt β€” falling through there would quietly open some other model instead of telling you.

Answers are remembered per machine, in %APPDATA%\enterprise-architect-mcp\ on Windows, ~/Library/Application Support/enterprise-architect-mcp/ on macOS, and $XDG_CONFIG_HOME (or ~/.config) elsewhere; set EA_MCP_CONFIG_DIR to keep that file somewhere else. A path that does not open is never remembered, so asking again is enough to correct a mistyped answer.

Available Tools

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

Related MCP Servers

View all in Developer Tools View all alternatives
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’
  • Codealive MCP logoCodealive MCP

    Semantic code search and analysis from CodeAlive for AI assistants and agents.

    πŸ’» Developer Tools0 views
    Compare vs Codealive MCP β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Docs logoDocs

    Search and read Empryo's documentation. Read-only, no auth, no local access.

    πŸ’» Developer Tools0 views
    Compare vs Docs β†’

Reviews

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

Frequently Asked Questions about Enterprise Architect

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "enterprise-architect": { "command": "npx", "args": ["-y", "Enterprise Architect"] } }

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 PreviewEnterprise Architect AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/enterprise-architect?style=directory)](https://allmcps.com/mcp/enterprise-architect)
HTML Embed
<a href="https://allmcps.com/mcp/enterprise-architect"><img src="https://allmcps.com/api/badge/enterprise-architect?style=directory" alt="Enterprise Architect on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
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 stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
35Quality signal: Fair Β· 35/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 & tools15/30
Adoption & activity1/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.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

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 πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Enterprise Architect β†’Install in Claude DesktopInstall in CursorInstall in VS Code