sseMITupdated 1mo ago
Onboard helps teams run structured customer onboarding—maps, tasks, automations, and visibility—in one place.
Onboard 能做什么?
Onboard Platform
Onboard helps teams run structured customer onboarding—maps, tasks, automations, and visibility—in one place.
This repository is the public home for platform-related discussion and feedback. It does not contain proprietary application source code.
Documentation & trust
- Documentation: https://docs.onboard.io
- Trust Center: https://trust.onboard.io
- Website: https://onboard.io
- Web app: https://app.onboard.io
Onboard MCP
Connect Claude, ChatGPT / OpenAI Agent Builder, Cursor, Amazon Quick, or any MCP client to your Onboard workspace — live projects, KPIs, tasks, document signing, Context Data, and preview-first writes.
| Resource | Link |
|---|---|
| MCP docs (this repo) | docs/mcp/README.md |
| Product MCP guides | https://docs.onboard.io/docs/mcp |
| Connecting | https://docs.onboard.io/docs/mcp-connecting |
| Tools & prompts | https://docs.onboard.io/docs/mcp-tools |
| Desktop / AI clients | https://docs.onboard.io/docs/mcp-desktop-clients |
| Official MCP Registry | https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.viaonboard/onboard&version=latest |
| Hosted SSE URL | https://rest.onboard.io/mcp/sse |
| MCP Server Card | https://rest.onboard.io/.well-known/mcp/server-card.json |
Registry manifest: server.json · Marketplace metadata: marketplace.json
How to give feedback
- Use feedback controls on the docs site when available; items may appear in GitHub Discussions here.
- Open an Issue for bugs or requests. Do not paste API keys, webhook signing secrets, or customer PII.
Security
Report vulnerabilities per SECURITY.md, not via public issues.
Purpose: public coordination and feedback for the Onboard platform.
安装
把 Onboard 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport sse onboard https://rest.onboard.io/mcp/ssecodex mcp add onboard --url https://rest.onboard.io/mcp/sse{
"mcpServers": {
"onboard": {
"url": "https://rest.onboard.io/mcp/sse"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"onboard": {
"type": "sse",
"url": "https://rest.onboard.io/mcp/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"onboard": {
"url": "https://rest.onboard.io/mcp/sse"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"onboard": {
"serverUrl": "https://rest.onboard.io/mcp/sse"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档11/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验12/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 24 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
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.1最新 | 2026年6月18日 |
| 0.1.0 | 2026年6月16日 |