baynex-specifications
Enables Slack-audited updates to Baynex specifications and UI definitions, sending audit notifications for write operations.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@baynex-specificationsWhat are the implementation tasks for the login screen?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Baynex Agent Skills
Baynex仕様書、実装タスク、HTML UI定義をAIエージェントから安全に扱うための、ポータブルなAgent SkillsとMCPアダプターです。
Skillのソースコードは公開されていますが、Baynexの仕様書データは公開されません。実データへのアクセスと更新は、Cloudflare AccessとBaynex MCPの認証・権限によって制御されます。
Skills
必要なSkillだけをimportできます。
Skill | 用途 | 書き込み |
| 仕様、構造、カタログ、保証、タスク、関連UIの参照 | なし |
| Slack監査付きの仕様・構造・カタログ・保証・タスク更新 | あり |
| 画面、状態、HTML、仕様リンクの参照・更新 | あり |
Related MCP server: awesome-ai-native-cloudflare-app MCP Server
Import
リポジトリを取得し、利用するSkillディレクトリだけをクライアントのSkill探索場所へコピーまたは同期してください。
git clone --depth 1 https://github.com/koikenosalmon/baynex-agent-skills.git
mkdir -p .agents/skills
cp -R baynex-agent-skills/skills/baynex-read-specifications .agents/skills/書き込みが必要なプロジェクトだけ、追加のSkillをimportします。
cp -R baynex-agent-skills/skills/baynex-update-specifications .agents/skills/
cp -R baynex-agent-skills/skills/baynex-manage-ui-definitions .agents/skills/.agents/skills を探索しないクライアントでは、そのクライアント固有のSkillディレクトリへ同じフォルダを配置してください。Claude Codeでは .claude/skills が一般的です。Skill機構を持たないエージェントでは、選択した SKILL.md をプロジェクト指示としてimportし、相対参照される references/ も一緒に渡します。
リリースタグをcheckoutして固定すると、プロジェクト間で同じ手順を再現できます。
MCP connection
Node.js 20以上を用意し、認証情報をクライアントのsecret managerまたは起動環境へ設定します。値をリポジトリやMCP設定ファイルへ直接書かないでください。
export BAYNEX_MCP_ACCESS_CLIENT_ID='...'
export BAYNEX_MCP_ACCESS_CLIENT_SECRET='...'
export BAYNEX_MCP_TOKEN='...'stdio MCPに対応するクライアントでは、次の設定をクライアント固有のMCP設定へimportします。args はclone先の絶対パスへ変更してください。
{
"mcpServers": {
"baynex-specifications": {
"command": "node",
"args": ["/absolute/path/baynex-agent-skills/scripts/baynex-mcp-stdio.mjs"]
}
}
}接続確認:
node scripts/baynex-mcp-stdio.mjs --verifyリポジトリルートはCodex pluginとしても利用できます。.codex-plugin/plugin.json と .mcp.json が3つのSkillと同じstdioアダプターを登録します。
Mutation policy
管理対象の仕様書やUI定義は、認可されたBaynex MCP writerだけで更新します。
ブラウザ編集、汎用REST、D1、プロバイダーコンソールをwrite fallbackにしません。
Slack監査元の準備に失敗した場合は、管理成果物へ一切書き込みません。
更新後は同じMCP接続からcanonical readbackを行います。
UIの状態は別画面へ複製せず、同一screenの
states[]として管理します。
Development
npm run check
npm testLicense: MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Team docs served to AI agents over MCP - search, Markdown reads, version pinning, read audit.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
An agent-first office suite Claude & ChatGPT read and write over one MCP URL.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to read, write, and search security findings, engagement memory, and semantic triage via MCP tools on Cloudflare Workers.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with the app via MCP tools and resources, supporting self-improvement through goal-setting and metrics tracking on Cloudflare Workers.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables team members' personal AI agents to exchange tasks, questions, decisions, and deliveries over MCP with identity, policy, and audit, using Slack as a shared visibility record.14,313 npm1Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to access internal systems without public APIs as typed, governed MCP tools, with human-approved writes and fail-closed contract updates.Apache 2.0