a mcp server for cameo / magicdraw with additional tools for the GfSE System Architecture Framework (SAF)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cameo-saf-mcp-server": {
"command": "npx",
"args": [
"-y",
"haarer/cameo-saf-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add cameo-saf-mcp-server npx -y haarer/cameo-saf-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"cameo-saf-mcp-server": {
"command": "npx",
"args": [
"-y",
"haarer/cameo-saf-mcp-server"
]
}
}
}