MCP Catalogs
HomeDive screenshot

Dive

by OpenAgentPlatform·1,792·Score 56

Dive is a cross-platform desktop application serving as an MCP host for integrating various LLMs with AI agent capabilities.

ai-llmdeveloper-toolsproductivity
164
Forks
33
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

Dive is an open-source MCP Host Desktop Application designed to seamlessly integrate with any LLMs that support function calling capabilities. It provides a universal interface for AI agents to interact with MCP servers, supporting both stdio and SSE modes. The application features a dual architecture with both modern Tauri and traditional Electron versions, ensuring optimal performance across different platforms. Dive includes advanced features like granular tool control, custom instructions, multi-language support, and built-in local tools for file management, web requests, and command execution.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Creating a unified interface for AI assistants to access multiple MCP servers across different LLM providers
you:Building custom AI agents with specialized tools through the granular MCP server management system
you:Streamlining AI development with zero-configuration MCP servers via OAPHub.ai integration
you:What is the difference between Tauri and Electron versions?
you:How does Dive integrate with OAPHub.ai?

When to choose this

Choose Dive when you need a desktop interface to manage MCP servers across multiple LLM providers without complex local deployments.

When NOT to choose this

Don't choose Dive if you need MCP server authentication (currently unstable) or require lightweight resource usage with minimal dependencies.

Tools this server exposes

6 tools extracted from the README
  • fetch

    Make web requests to retrieve data from URLs

  • file_manager

    Read and write files on the local system

  • bash

    Execute shell commands on the local system

  • install_mcp_server

    Install and configure MCP servers automatically

  • search_chat_history

    Search through previous chat conversations

  • skill

    Execute predefined skills or slash commands

Note: Tool names were inferred from the 'Built-in Local Tools' section and other feature descriptions. The exact signatures and detailed parameters are not provided in the README.

Comparable tools

mcp-desktopnomice2b-dev-platform

Installation

Installation Methods

Pre-built Application

  1. Download the latest release from [GitHub Releases](https://github.com/OpenAgentPlatform/Dive/releases/latest)
  2. Choose between Tauri (recommended) or Electron versions based on your platform
  3. Follow the platform-specific installation instructions

Via OAPHub.ai (Easiest)

  1. Sign up at [OAPHub.ai](https://oaphub.ai/)
  2. Connect Dive using one-click deep links or configuration files
  3. Enjoy managed MCP servers with zero setup

Building from Source

git clone https://github.com/OpenAgentPlatform/Dive.git
cd Dive
npm install
npm run dev  # For Electron development
cargo tauri dev  # For Tauri development

FAQ

What is the difference between Tauri and Electron versions?
The Tauri version is more modern, has a smaller installer size (<30MB), and uses less system resources. The Electron version is more traditional and fully stable with broader platform compatibility.
How does Dive integrate with OAPHub.ai?
OAPHub.ai provides enterprise-grade MCP servers that can be accessed through Dive with one-click configuration. This eliminates the need for complex local Python, Docker, or other dependency management.

On Hacker News

Recent discussion from the developer community.

Compare Dive with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.