.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/openagentplatform/dive
home/mcp-servers/openagentplatform/dive
openagentplatform avatar

dive

byopenagentplatform· 1 MCP server

Stars

1.8k

Forks

169

Category

AI Agents & MCP

View on GitHub

TL;DR

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

How to install dive?

openagentplatform/dive
$git clone https://github.com/openagentplatform/dive

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install dive by running `git clone https://github.com/openagentplatform/dive`, then use it for the current task and follow its documentation at https://github.com/openagentplatform/dive.

Files · 1

View on GitHub
README.md
1<div align="center">
2<img src="build/icon.png" alt="Dive" width="128" height="128">
3<h1>Dive AI Agent</h1>
4</div>
5 
6![GitHub stars](https://img.shields.io/github/stars/OpenAgentPlatform/Dive?style=social)
7![GitHub forks](https://img.shields.io/github/forks/OpenAgentPlatform/Dive?style=social)
8![GitHub watchers](https://img.shields.io/github/watchers/OpenAgentPlatform/Dive?style=social)
9![GitHub repo size](https://img.shields.io/github/repo-size/OpenAgentPlatform/Dive)
10![GitHub language count](https://img.shields.io/github/languages/count/OpenAgentPlatform/Dive)
11![GitHub top language](https://img.shields.io/github/languages/top/OpenAgentPlatform/Dive)
12![GitHub last commit](https://img.shields.io/github/last-commit/OpenAgentPlatform/Dive?color=red)
13[![Discord](https://img.shields.io/badge/Discord-Dive-blue?logo=discord&logoColor=white)](https://discord.gg/xaV7xzMYBA)
14[![Twitter Follow](https://img.shields.io/twitter/follow/Dive_ai_agent?style=social)](https://twitter.com/Dive_ai_agent)
15 
16Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting function calling capabilities. ✨
17 
18![Dive Demo](./docs/0.8.0_DiveGIF.gif)
19 
20## Features 🎯
21 
22- 🌐 **Universal LLM Support**: Compatible with ChatGPT, Anthropic, Ollama and OpenAI-compatible models
23- 💻 **Cross-Platform**: Available for Windows, MacOS, and Linux
24- 🔄 **Model Context Protocol**: Enabling seamless MCP AI agent integration on both stdio and SSE mode
25- ☁️ **OAP Cloud Integration**: One-click access to managed MCP servers via [OAPHub.ai](https://oaphub.ai/) - eliminates complex local deployments
26- 🏗️ **Dual Architecture**: Modern Tauri version alongside traditional Electron version for optimal performance
27- 🌍 **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
28- ⚙️ **Advanced API Management**: Multiple API keys and model switching support with `model_settings.json`
29- 🛠️ **Granular Tool Control**: Enable/disable individual MCP tools for precise customization
30- 💡 **Custom Instructions**: Personalized system prompts for tailored AI behavior
31- ⌨️ **Keyboard Shortcuts**: Comprehensive hotkey support for efficient navigation and operations (rename, settings, reload, new chat, etc.)
32- 📝 **Chat Draft Saving**: Automatically saves chat input drafts to prevent data loss
33- 🔄 **Auto-Update Mechanism**: Automatically checks for and installs the latest application updates
34- 🔐 **MCP Server Authentication**: Added support for MCP server authentication
35 > ⚠️ **Note**: This feature is currently unstable and may require frequent re-authorization
36- 🛠️ **Built-in Local Tools**: Pre-configured tools available out of the box - Fetch (web requests), File Manager (read/write files), and Bash (command execution)
37- 🤖 **MCP Server Installer Agent**: Intelligent agent that helps you install and configure MCP servers automatically
38- 🔔 **Multiple Elicitation Support**: Handle multiple MCP elicitation requests simultaneously in the UI
39- 📁 **@ File Path Search**: Extended @ keyword in chat input to search file paths
40 
41## Recent updates(2026/02/26) - v0.14.0+ 🎉
42 
43- 🛠️ **Skills & Slash Commands**: Support skills and more slash commands
44- 🔍 **Chat History Search**: Support chat history search
45 
46 
47### Platform Availability
48 
49| Platform | Electron | Tauri |
50| :--- | :---: | :---: |
51| **Windows** | ✅ | ✅ |
52| **macOS** | ✅ | 🔜 |
53| **Linux** | ✅ | ✅ |
54 
55> **Migration Note:** Existing local MCP/LLM configurations remain fully supported. OAP integration is additive and does not affect current workflows.
56 
57## Download and Install ⬇️
58 
59Get the latest version of Dive:
60[![Download](https://img.shields.io/badge/Download-Latest%20Release-blue.svg)](https://github.com/OpenAgentPlatform/Dive/releases/latest)
61 
62### Windows users: 🪟
63Choose between t

Preview

openagentplatform/diveopenagentplatform/dive
Repoopenagentplatform/dive
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPaiai-agents

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k