Integrations

Connect to Any AI Assistant

Yavy works with all MCP-compatible AI tools. Connect your documentation to Claude Desktop, Cursor, Windsurf, and more in under 2 minutes. Standard protocol, universal compatibility.

Also Works With

Any tool that supports MCP or Skills packages

Claude CodeMCP + Skills
VS CodeWith MCP extensions
ChatGPTOpenAI's assistant
ClineCLI assistant
ContinueVS Code extension
Custom ClientsAny MCP or Skills-compatible tool

How Integration Works

Yavy provides two paths to connect your content with AI assistants. Choose one or use both together.

MCP Server (Live)

The Model Context Protocol (MCP) is an open standard that allows AI assistants to connect to external data sources in real-time. Yavy generates a unique MCP server for each project that performs semantic search across your indexed content.

{
  "mcpServers": {
    "yavy-docs": {
      "url": "https://yavy.dev/mcp/your-project",
      "transport": "sse"
    }
  }
}
  • Always current - content syncs automatically

  • Semantic search with source attribution

Skills Package (Portable)

Skills are portable knowledge packages you generate with the Yavy CLI or from your dashboard and embed directly in your project. They follow the open Agent Skills standard supported by Claude, Copilot, and more. No server needed at runtime.

$ npm install -g @yavydev/cli
$ yavy login
$ yavy generate your-org/your-project
  • Works offline - even in CI/CD pipelines

  • CLI and Claude Code plugin for easy generation

Ready to Connect Your AI?

Create your first project and get your MCP server URL or Skills package in minutes. Works with any AI assistant.