1. Conduid
  2. AI
  3. Dive
MCP server · AI

Dive

Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. ✨

94Excellent

Scored yesterday · breakdown

About Dive

Dive is an MCP server published by OpenAgentPlatform in the AI category: dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. ✨. It has been installed 0 times through Conduid.

The repository has 1.7K stars and 163 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx dive

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Dive

Powered by Claude · Grounded in docs

I know everything about Dive. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.14.3v0.14.3 · 30 Jul 2026fix: require path component boundary in dive-mcp filesystem allow-list ([3bdf1d22](https://github.com/OpenAgentPlatform/Dive/commit/3bdf1d22da79faa1085df2502e9ab1dfbc8178a1)) Full Changelog**:…
v0.14.2v0.14.2 · 24 Mar 2026What's Changed chore(deps-dev): bump oxlint from 1.35.0 to 1.49.0 by @dependabot[bot] in https://github.com/OpenAgentPlatform/Dive/pull/335 chore(deps-dev): bump @vitejs/plugin-react from 5.1.2 to 5.1.4 by @dependabot[bot] in…
v0.14.1v0.14.1 · 26 Feb 2026fix local oap mcp management issue.
v0.14.0v0.14.0 · 25 Feb 2026What's Changed chore(deps-dev): bump @tauri-apps/plugin-deep-link from 2.4.5 to 2.4.6 by @dependabot[bot] in https://github.com/OpenAgentPlatform/Dive/pull/324 chore(deps-dev): bump eslint from 9.17.0 to 9.39.2 by @dependabot[bot] in…
v0.13.2v0.13.2 · 27 Jan 2026What's Changed fix: oap model not found even logged in. Full Changelog**: https://github.com/OpenAgentPlatform/Dive/compare/v0.13.1...v0.13.2

README

GitHub stars GitHub forks GitHub watchers GitHub repo size GitHub language count GitHub top language GitHub last commit Discord Twitter Follow

Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. ✨

Dive Demo

Features 🎯

  • 🌐 Universal LLM Support: Compatible with ChatGPT, Anthropic, Ollama and OpenAI-compatible models
  • 💻 Cross-Platform: Available for Windows, MacOS, and Linux
  • 🔄 Model Context Protocol: Enabling seamless MCP AI agent integration on both stdio and SSE mode
  • ☁️ OAP Cloud Integration: One-click access to managed MCP servers via OAPHub.ai - eliminates complex local deployments
  • 🏗️ Dual Architecture: Modern Tauri version alongside traditional Electron version for optimal performance
  • 🌍 Multi-Language Support: Supports 24+ languages including English, Traditional Chinese, Simplified Chinese, Spanish, Japanese, Korean, German, French, Italian, Portuguese, Russian, Thai, Vietnamese, Filipino, Indonesian, Polish, Turkish, Ukrainian, Swedish, Norwegian, Finnish, and Lao
  • ⚙️ Advanced API Management: Multiple API keys and model switching support with model_settings.json
  • 🛠️ Granular Tool Control: Enable/disable individual MCP tools for precise customization
  • 💡 Custom Instructions: Personalized system prompts for tailored AI behavior
  • ⌨️ Keyboard Shortcuts: Comprehensive hotkey support for efficient navigation and operations (rename, settings, reload, new chat, etc.)
  • 📝 Chat Draft Saving: Automatically saves chat input drafts to prevent data loss
  • 🔄 Auto-Update Mechanism: Automatically checks for and installs the latest application updates
  • 🔐 MCP Server Authentication: Added support for MCP server authentication

    ⚠️ Note: This feature is currently unstable and may require frequent re-authorization

  • 🛠️ Built-in Local Tools: Pre-configured tools available out of the box - Fetch (web requests), File Manager (read/write files), and Bash (command execution)
  • 🤖 MCP Server Installer Agent: Intelligent agent that helps you install and configure MCP servers automatically
  • 🔔 Multiple Elicitation Support: Handle multiple MCP elicitation requests simultaneously in the UI
  • 📁 @ File Path Search: Extended @ keyword in chat input to search file paths

Recent updates(2026/02/26) - v0.14.0+ 🎉

  • 🛠️ Skills & Slash Commands: Support skills and more slash commands
  • 🔍 Chat History Search: Support chat history search

Platform Availability

Platform Electron Tauri
Windows
macOS 🔜
Linux

Migration Note: Existing local MCP/LLM configurations remain fully supported. OAP integration is additive and does not affect current workflows.

Download and Install ⬇️

Get the latest version of Dive: Download

Windows users: 🪟

Choose between two architectures:

  • Tauri Version (Recommended): Smaller installer (<30MB), modern architecture
  • Electron Version: Traditional architecture, fully stable
  • Python and Node.js environments will be downloaded automatically after launching

MacOS users: 🍎

  • Electron Version: Download the .dmg version
  • You need to install Python and Node.js (with npx uvx) environments yourself
  • Follow the installation prompts to complete setup

Linux users: 🐧

Choose between two architectures:

  • Tauri Version: Modern architecture with smaller installer size
  • Electron Version (Recommended): Traditional architecture with .AppImage format
  • You need to install Python and Node.js (with npx uvx) environments yourself
  • For Ubuntu/Debian users:
    • You may need to add --no-sandbox parameter
    • Or modify system settings to allow sandbox
    • Run chmod +x to make the AppImage executable
  • For Arch users:
    • If you are using Arch Linux, you can install dive using an AUR helper. For example: paru -S dive-ai

MCP Setup Options

For more detailed instructions, please see MCP Servers Setup.

The easiest way to get started! Access enterprise-grade MCP tools instantly:

  1. Sign up at OAPHub.ai
  2. Connect to Dive using one-click deep links or configuration files
  3. Enjoy managed MCP servers with zero setup - no Python, Docker, or complex dependencies required

Benefits:

  • ✅ Zero configuration needed
  • ✅ Cross-platform compatibility
  • ✅ Enterprise-grade reliability
  • ✅ Automatic updates and maintenance

Build 🛠️

See BUILD.md for more details.

Contributing 🤝

We welcome contributions from the community! Here's how you can help:

Development Setup

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/YOUR_USERNAME/Dive.git
  3. Install dependencies: npm install
  4. Start development: npm run dev (Electron) or cargo tauri dev (Tauri)
  5. Make your changes and test thoroughly
  6. Submit a pull request

License 📄

Dive is open-source software licensed under the MIT License.

Connect With Us 🌐

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Dive

How do I install Dive?

Run npx dive, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Dive safe to use with an AI agent?

Its trust score is 94 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Dive still maintained?

Yes — the latest release is v0.14.3 (30 Jul 2026), and the last commit was 6 months ago. The repository has 1.7K stars and 0 open issues.