streamable-httpMITupdated 24d ago
The canonical skill source lives in the Wavedash docs repo under skills/ and is served from https://docs.wavedash.com/.well-known/skills/index.json. This repo syncs that source into skills/ so agent platforms can install or index the published assets from GitHub.
Wavedash 能做什么?
Wavedash AI
AI integration assets for Wavedash.
The canonical skill source lives in the Wavedash docs repo under skills/ and
is served from https://docs.wavedash.com/.well-known/skills/index.json.
This repo syncs that source into skills/ so agent platforms can install or
index the published assets from GitHub.
The mcp/ package contains a read-only, unauthenticated remote MCP server for
public Wavedash docs. It does not access user accounts, local files, builds, or
private Wavedash data.
Provider plugins include Wavedash skills and, where supported, bundled config for the hosted remote MCP server.
Layout
skills/- synced canonical skills for platforms that consume skills directly.providers/claude/plugin/- Claude Code plugin package.providers/cursor/plugin/- Cursor plugin package.providers/openai/plugin/- Codex plugin package.mcp/- read-only remote MCP server for public Wavedash docs..claude-plugin/marketplace.json- Claude Code marketplace manifest..cursor-plugin/marketplace.json- Cursor marketplace manifest..agents/plugins/marketplace.json- Codex marketplace manifest.gemini-extension.json- Gemini CLI extension manifest using the rootskills/directory.
Sync skills
Pull from the public docs endpoint:
npm run sync:skills
Pull from a local docs checkout:
WAVEDASH_SKILLS_SOURCE_DIR=/path/to/wvdsh/docs/skills npm run sync:skills
GitHub Actions runs the same sync daily and commits changes when docs updates change the generated skill files.
MCP server
The Wavedash remote MCP server is live at:
https://mcp.wavedash.com/mcp
It is read-only and unauthenticated. It exposes public Wavedash docs, SDK guidance, engine setup help, and publishing checklists for agents.
Remote MCP clients that support Streamable HTTP can connect directly to the endpoint above.
Run the docs-only MCP server locally:
cd mcp
npm install
npm start
The endpoint is http://localhost:3000/mcp.
Validate the Cloudflare Worker bundle without publishing:
npm run mcp:deploy:dry-run
Deploy the MCP Worker from an environment that provides Cloudflare credentials:
npm run mcp:deploy
License
MIT
安装
把 Wavedash 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http wavedash https://mcp.wavedash.com/mcpcodex mcp add wavedash --url https://mcp.wavedash.com/mcp{
"mcpServers": {
"wavedash": {
"url": "https://mcp.wavedash.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"wavedash": {
"type": "http",
"url": "https://mcp.wavedash.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"wavedash": {
"url": "https://mcp.wavedash.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"wavedash": {
"serverUrl": "https://mcp.wavedash.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/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 17 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.0最新 | 2026年6月29日 |