docs(ecosystem): update OPA MCP entry with video, blog, and distribution links (#8712)

Updates the OPA MCP ecosystem entry with additional links and an updated
tool count.

## Changes

- Added `videos`: YouTube demo (author, lint, and test a Rego policy end
to end from Claude Desktop)
- Added `blogs`: LinkedIn Pulse article explaining the motivation behind
OPA MCP
- Added npm and Docker Hub to `code` (precedent: `opa-typescript` and
`opa-wasm-js` entries both include npmjs.com links)
- Added Smithery to `code` (primary MCP-ecosystem install path alongside
npm)
- Updated tool count from 32 to 50+ (current release is 52 tools across
7 categories)
- Added Conftest to the CLI list in the description body

Signed-off-by: Daniel Okwor <daniel@orygn.tech>
Co-authored-by: Daniel Okwor <daniel@orygn.tech>
This commit is contained in:
ORYGN
2026-06-08 07:36:43 -05:00
committed by GitHub
parent 3f0e0af343
commit daf5d97991
+9 -2
View File
@@ -8,6 +8,13 @@ inventors:
- independent
code:
- https://github.com/OrygnsCode/opa-mcp-server
- https://www.npmjs.com/package/@orygn/opa-mcp
- https://hub.docker.com/r/orygn/opa-mcp
- https://smithery.ai/server/@orygn/opa-mcp
videos:
- https://youtu.be/ByHocQDkB8M
blogs:
- https://www.linkedin.com/pulse/llms-bad-writing-rego-policies-heres-why-what-i-built-daniel-okwor-fjnzc/
docs_features:
learning-rego:
note: |
@@ -38,8 +45,8 @@ docs_features:
OPA MCP is a Model Context Protocol server that gives MCP-compatible
clients a structured interface to Rego. It wraps the OPA CLI (opa fmt,
opa check, opa eval, opa test, opa build, opa sign), the OPA REST API,
and the Regal linter, exposing 32 tools with stable error codes and
schema-validated input/output.
the Regal linter, and Conftest, exposing 50+ tools with stable error codes
and schema-validated input/output.
Higher-level helpers (rego_explain_decision, rego_describe_policy,
rego_generate_test_skeleton, rego_suggest_fix) compose the primitives