# examples/integrations/ OMA wired to external systems: MCP servers, observability backends, other frameworks, app shells. Runnable starting points, not product docs. Two categories live here. **Reference integrations** demonstrate wiring against widely used protocols or frameworks. The OMA team maintains these once merged, regardless of who contributed them. Current: - `mcp-github.ts`: MCP servers via `connectMCPTools()`. - `trace-observability.ts`: the `onTrace` API. - `with-vercel-ai-sdk/`: Next.js + AI SDK + `runTeam()`. - `express-customer-support/`: Express REST API + `runTasks()`. Contributed by [@CodingBangboo](https://github.com/CodingBangboo) via #191. **Vendor integrations** show OMA paired with a specific third-party commercial product. They live under `with-/` and stay credited to the contributor. Current: - `with-engram/`: Engram memory backend. Contributed by [@Agentscreator](https://github.com/Agentscreator) via #160. ## Submitting a reference integration Open a PR following the conventions in [`examples/README.md`](../README.md). For widely used protocols or frameworks, no prior discussion needed. For niche ones, open a discussion first so we can confirm the wiring is worth maintaining long-term. ## Submitting a vendor integration One condition: the integration is reciprocal. Your product's repo or docs should reference OMA as a supported integration. No payment involved, this is a signal filter for who has actually shipped against OMA. Flow: 1. Open a [discussion](https://github.com/open-multi-agent/open-multi-agent/discussions) with the link to OMA in your product's docs and a sketch of the example. 2. Wait for a maintainer reply confirming the example is in scope. 3. PR it. Follow the conventions in [`examples/README.md`](../README.md). If your product doesn't reference OMA yet, open a discussion to get listed in the [Ecosystem](../../README.md#ecosystem) section. The [Featured Partner program](../../docs/featured-partner.md) is separate and paid, for prominent README placement. Eligibility is an active OMA integration; reciprocal listing isn't required. ## Out of scope here - Marketing copy for a third-party product. - Examples gated behind paid-only APIs with no free or trial tier. - Thin `connectMCPTools()` wrappers whose only difference from `mcp-github.ts` is the server name and prefix. Those belong in your own docs.