diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json new file mode 100644 index 00000000..20532cd0 --- /dev/null +++ b/.codex-plugin/plugin.json @@ -0,0 +1,24 @@ +{ + "name": "cloudflare-mcp", + "version": "0.1.0", + "description": "Cloudflare observability and bindings from Codex via MCP", + "author": { + "name": "cloudflare", + "url": "https://github.com/cloudflare/mcp-server-cloudflare" + }, + "homepage": "https://github.com/cloudflare/mcp-server-cloudflare", + "repository": "https://github.com/cloudflare/mcp-server-cloudflare", + "keywords": [ + "mcp", + "codex" + ], + "mcpServers": "./.mcp.json", + "skills": "./skills/", + "interface": { + "displayName": "Cloudflare MCP", + "shortDescription": "Cloudflare observability and bindings from Codex via MCP", + "longDescription": "MCP servers for Cloudflare services including observability and bindings.", + "category": "Cloud", + "websiteURL": "https://github.com/cloudflare/mcp-server-cloudflare" + } +} \ No newline at end of file diff --git a/.github/workflows/plugin-quality-gate.yml b/.github/workflows/plugin-quality-gate.yml new file mode 100644 index 00000000..c60a724a --- /dev/null +++ b/.github/workflows/plugin-quality-gate.yml @@ -0,0 +1,20 @@ +name: Plugin Quality Gate + +on: + pull_request: + paths: + - ".codex-plugin/**" + - "skills/**" + - ".mcp.json" + +jobs: + scan: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Codex plugin quality gate + uses: hashgraph-online/hol-codex-plugin-scanner-action@v1 + with: + plugin_dir: "." + min_score: 80 + fail_on_severity: high diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 00000000..306903f8 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,18 @@ +{ + "mcpServers": { + "cloudflare-observability": { + "command": "npx", + "args": [ + "mcp-remote", + "https://observability.mcp.cloudflare.com/mcp" + ] + }, + "cloudflare-bindings": { + "command": "npx", + "args": [ + "mcp-remote", + "https://bindings.mcp.cloudflare.com/mcp" + ] + } + } +} \ No newline at end of file diff --git a/skills/cloudflare-mcp/SKILL.md b/skills/cloudflare-mcp/SKILL.md new file mode 100644 index 00000000..5db62545 --- /dev/null +++ b/skills/cloudflare-mcp/SKILL.md @@ -0,0 +1,12 @@ +--- +name: cloudflare-mcp +description: Cloudflare observability and bindings from Codex via MCP +--- + +# Cloudflare MCP for Codex + +Use Cloudflare MCP from Codex via MCP. + +## When to use +- When you need cloudflare-mcp capabilities in your Codex workflow +- See https://github.com/cloudflare/mcp-server-cloudflare for full setup instructions