Enterprise Architect for Cursor
io.github.mm6502/enterprise-architect-mcp
Read-only search and navigation of Sparx Enterprise Architect .qea model exports
client:Cursor
transport:stdio
runtime:npm
Install Enterprise Architect in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"enterprise-architect-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"enterprise-architect-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs