olympus-oem-bridge

FutureAI-global/olympus-oem-bridge
★ 0 stars Java 💻 Code/Dev Tools Updated today
OEM diagnostic bridges + MCP wrappers. Reverse-engineered command surfaces for vehicle OEM diagnostic tools, exposed as Model Context Protocol servers any AI agent can consume. Reference impl: Ford FDRS (production-proven). Apache-2.0.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "olympus-oem-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "FutureAI-global/olympus-oem-bridge"
      ]
    }
  }
}

README Excerpt

Open-source bridges + MCP wrappers for vehicle OEM diagnostic tools. OEM diagnostic software (Ford FDRS, Porsche PIWIS, GM GDS2, Toyota Techstream, Honda HDS, Stellantis wiTECH, BMW ISTA, Mercedes XENTRY, etc.) ships with rich command surfaces buried inside proprietary clients. This repo contains: 1. **Bridges** — small adapters that load into the OEM tool's own runtime (e.g. an OSGi bundle inside FDRS's Felix container) and expose the tool's existing command bus over a simple HTTP protocol.