Wavedash MCP Server
Plugin for OpenAI Codex to integrate with the Wavedash MCP server for accessing public Wavedash documentation.
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., "@Wavedash MCP Serverhow do I set up the Wavedash engine?"
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.
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.
Related MCP server: Qdrant Docs MCP Server
Sync skills
Pull from the public docs endpoint:
npm run sync:skillsPull from a local docs checkout:
WAVEDASH_SKILLS_SOURCE_DIR=/path/to/wvdsh/docs/skills npm run sync:skillsGitHub 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/mcpIt 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 startThe endpoint is http://localhost:3000/mcp.
Validate the Cloudflare Worker bundle without publishing:
npm run mcp:deploy:dry-runDeploy the MCP Worker from an environment that provides Cloudflare credentials:
npm run mcp:deployLicense
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 Servers
- FlicenseAqualityDmaintenanceProvides AI assistants with real-time access to the AGNO framework documentation by enabling them to browse, search, and fetch documentation pages. This server allows users to query information about AGNO's Agents, Teams, and Workflows directly through MCP-compatible clients.Last updated15

Qdrant Docs MCP Serverofficial
Flicense-qualityCmaintenanceA read-only MCP server providing curated Qdrant documentation for LLMs, enabling retrieval of the latest and most accurate documentation.Last updated9- Alicense-qualityAmaintenanceRead-only MCP server that serves inactive definitions from XRefKit repositories, including Markdown content, workflow catalog, knowledge catalog, skill metadata, and distributable Python tools for client-side execution.Last updatedMIT
- Alicense-qualityCmaintenanceRead-only MCP server for accessing GitBook content, including spaces, pages, and search, through AI assistants.Last updated581MIT
Related MCP Connectors
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Read-only MCP server for the WebAssembly spec: instructions, types, sections, search, proposals.
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/wvdsh/ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server