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 CLI, Skills, or MCP

Claude CodeMCP + Skills
VS CodeWith MCP extensions
ChatGPTOpenAI's assistant
Codex CLIOpenAI's coding agent
OpenCodeOpen-source terminal AI
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.

CLI & Skills (Recommended)

Install the Yavy CLI to search your docs from the terminal or generate portable Skills packages. Skills embed directly in your project and work offline. No server needed at runtime.

terminal
$ npm install -g @yavydev/cli
$ yavy init
  • Works offline, even in CI/CD pipelines

  • Semantic search with source attribution

MCP Server (Alternative)

The Model Context Protocol (MCP) connects AI assistants to external data sources in real-time. Yavy generates a unique MCP server for each project. Content stays current automatically.

.mcp.json
{
  "mcpServers": {
    "yavy": {
      "type": "http",
      "url": "https://yavy.dev/mcp/your-org/your-project"
    }
  }
}
  • Always current. Content syncs automatically.

  • Standard protocol. Works with any MCP-compatible tool.

Get connected in minutes

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