cameo-mcp-server

haarer/cameo-mcp-server
★ 0 stars Java 🤖 AI/LLM Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

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-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "haarer/cameo-mcp-server"
      ]
    }
  }
}

README Excerpt

A lightweight MCP (Model Context Protocol) server integrated as a plugin within CATIA Magic / Cameo Systems Modeler. Enables AI agents to interact with Cameo models via tools, resources, and prompts over HTTP. The MCP protocol is implemented entirely in-house (~980 lines of hand-written Java) — no external MCP SDK dependency. This avoids Jackson classloader conflicts with Cameo's bundled Jackson 2.19.1.

Tools (20)

CAMEO_HOMEechofind_elementsget_element_infoget_model_infohelloinitializelogging_demopingtest_mcp_find_elementstest_mcp_get_element_infotest_mcp_invalid_message_returns_errortest_mcp_model_infotest_mcp_no_session_returns_errortest_mcp_promptstest_mcp_resourcestest_mcp_session_and_list_toolstest_mcp_unknown_tool_returns_errortest_server_cors_headerstest_server_reachable