Skip to main content

ZDRAVO AI

Governed Context Runtime for AI Agents

PRODUCT

  • Features
  • Pricing
  • Integrations
  • Changelog

DEVELOPERS

  • API Docs
  • SDK Guide
  • MCP Server
  • Status

COMPANY

  • About
  • Blog
  • Careers
  • Contact

LEGAL

  • Privacy
  • Terms
  • Security
  • Compliance

© 2026 Zdravo AI. All rights reserved.

PrivacyTermsComplianceSecurity
Z
Zdravo AI
Dashboard

Integrations

Connect Zdravo to your favorite AI tools. Save memories from anywhere.

MCP Server

Model Context Protocol

Recommended

Native integration with Claude Desktop, Cursor, and Windsurf. Say "Save to Zdravo" in any conversation.

Claude Desktop Config
{
  "mcpServers": {
    "zdravo": {
      "command": "npx",
      "args": ["-y", "zdravo-mcp@latest"],
      "env": {
        "ZDRAVO_API_URL": "https://zdravo.ai"
      }
    }
  }
}

Setup Steps:

  1. Copy the config above
  2. Open Claude Desktop settings
  3. Paste into MCP server config
  4. Restart Claude

Works With:

Claude DesktopCursorWindsurf

Chrome Extension

Browser Integration

One-click saves from ChatGPT, Claude, Gemini, and any webpage. Automatic content detection and categorization.

Chrome Extension — Available Now

Install the extension for automatic capture from any webpage.

Get Chrome Extension →

Supports:

ChromeEdgeBraveArc

NPM CLI

@zdravoai/cli

New

Save memories, search, and manage your knowledge base directly from the terminal. Works with any shell — bash, zsh, fish, PowerShell.

Install
npx @zdravoai/cli login

Quick Commands:

$ zdravo save "meeting notes"$ zdravo search "API keys"$ zdravo list --recent$ zdravo stats

VS Code

Editor Extension

New

Save context from your editor. Capture code snippets, errors, and notes without leaving VS Code. Keyboard shortcuts included.

Install
ext install zdravo.zdravo-memory

Features:

• Save code snippets• Capture error logs• Quick search palette• Inline annotations

GitHub Actions

CI/CD Integration

New

Auto-capture PR summaries, release notes, and deployment context. Every merge becomes searchable knowledge.

workflow.yml
- uses: zdravo-ai/memory-action@v1
  with:
    token: ${{ secrets.ZDRAVO_TOKEN }}

Triggers:

• On pull_request• On release• On push (main)• Manual dispatch

Docker MCP

Containerized Server

New

Run the MCP server in Docker. Perfect for self-hosted deployments and air-gapped environments. One command to start.

docker run
docker run -p 8080:8080 \
  -e ZDRAVO_API_URL=https://zdravo.ai \
  ghcr.io/zdravo-ai/mcp-server:latest

Benefits:

• No npm install needed• Version pinned images• Health checks included• Docker Compose ready

AI API Keys

BYOK-First Architecture

Bring Your Own Keys (BYOK) for AI inference. Your keys are encrypted and stored securely. Add your OpenAI, Anthropic, Gemini, or Groq API keys to enable AI features.

Manage API Keys

Supported Providers:

OpenAIAnthropicGeminiGroq

Usage Logs

Cost Transparency

New

Track your AI usage and costs in real-time. View detailed logs of all inference requests, including token usage, model costs, and grace credit consumption.

Bookmarklet

Universal Fallback

Works in any browser without installing anything. Drag to your bookmarks bar and click on any page.

👆 Drag to Bookmarks Bar
Go to DashboardDocumentationGet Help