Eclipse PDE plugin for Archi that exposes ArchiMate models via MCP protocol, enabling LLMs to query, analyse, and modify Enterprise Architecture models
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"archi-mcp-server": {
"command": "npx",
"args": [
"-y",
"fanievh/archi-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add archi-mcp-server npx -y fanievh/archi-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"archi-mcp-server": {
"command": "npx",
"args": [
"-y",
"fanievh/archi-mcp-server"
]
}
}
}
📋 Copy