baynex-specifications
Enables Slack-audited updates to Baynex specifications and UI definitions, sending audit notifications for write operations.
Click on "Install 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: Executor Cloudflare 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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 gradedqualityBmaintenanceEnables AI agents to read, write, and search security findings, engagement memory, and semantic triage via MCP tools on Cloudflare Workers.
- AlicenseNot gradedqualityBmaintenanceDeploys an open-source integration layer for AI agents (Executor) to Cloudflare, providing a private MCP endpoint secured by Cloudflare Access, with D1 database, R2 storage, and Durable Objects for session management.6MIT
- 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 gradedqualityCmaintenanceExposes your Google Drive, Slack, GitHub, and Railway to MCP clients with semantic search, per-user permissions, and optional OAuth, allowing natural-language access to your private data and infrastructure.18MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/koikenosalmon/baynex-agent-skills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server