streamable-httpMITupdated 3mo ago
Turn Kiro-generated work into release evidence agents can trust.
What can you do with Kiro Web Release Binder MCP?
Kiro Web Release Binder MCP
Turn Kiro-generated work into release evidence agents can trust.
Kiro Web Release Binder is a paid remote MCP release gate for Kiro projects, release goals, acceptance criteria, owner signoff, evidence binders, and CI-friendly approval receipts.
This is a public documentation project for Kiro Web Release Binder MCP. The structure is modeled after the public documentation pattern used by MiroFish: a short front door, a clear reading order, practical guides, reference pages, and public-safe architecture notes.
Start Here
- Website: https://kirowebreleasebinder.clauxel.com/?utm_source=github&utm_medium=documentation&utm_campaign=kirowebreleasebinder_public_docs&utm_content=readme_primary_home
- Pricing: https://kirowebreleasebinder.clauxel.com/pricing/?utm_source=github&utm_medium=documentation&utm_campaign=kirowebreleasebinder_public_docs&utm_content=readme_pricing
- Checkout: https://kirowebreleasebinder.clauxel.com/checkout/?utm_source=github&utm_medium=documentation&utm_campaign=kirowebreleasebinder_public_docs&utm_content=readme_checkout
- Support: support@aigeamy.com
Remote MCP
- Endpoint: https://kirowebreleasebinder.clauxel.com/mcp
- Server card: https://kirowebreleasebinder.clauxel.com/server-card.json
- Registry name:
com.clauxel.kirowebreleasebinder/kirowebreleasebinder-mcp - Tools:
check_kiro_release_readiness,collect_release_evidence,request_owner_signoff,issue_release_receipt,export_release_binder
Reading Order
Audience
AI IDE teams, delivery leads, release managers, and client-service studios.
Capabilities
- release policy rules
- Kiro project intake
- evidence checklist
- owner signoff
- tool-call receipts
Public-Safe Boundary
This repository does not contain production source code, credentials, payment configuration, Cloudflare configuration, customer records, private analytics, or local machine paths.
Install
Add Kiro Web Release Binder MCP to your client. Pick the one you use.
claude mcp add --transport http kiro-web-release-binder-mcp https://kirowebreleasebinder.clauxel.com/mcpcodex mcp add kiro-web-release-binder-mcp --url https://kirowebreleasebinder.clauxel.com/mcp{
"mcpServers": {
"kiro-web-release-binder-mcp": {
"url": "https://kirowebreleasebinder.clauxel.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"kiro-web-release-binder-mcp": {
"type": "http",
"url": "https://kirowebreleasebinder.clauxel.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"kiro-web-release-binder-mcp": {
"url": "https://kirowebreleasebinder.clauxel.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"kiro-web-release-binder-mcp": {
"serverUrl": "https://kirowebreleasebinder.clauxel.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation12/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 104 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 20, 2026 |