Pin Wen

by OpenAgentPlatform

413 downloads
Not rated
GitHub

Description

# Dive AI Agent 🤿 🤖 ![GitHub stars](https://img.shields.io/github/stars/OpenAgentPlatform/Dive?style=social) ![GitHub forks](https://img.shields.io/github/forks/OpenAgentPlatform/Dive?style=social) ![GitHub…

About

# Dive AI Agent 🤿 🤖 ![GitHub stars](https://img.shields.io/github/stars/OpenAgentPlatform/Dive?style=social) ![GitHub forks](https://img.shields.io/github/forks/OpenAgentPlatform/Dive?style=social) ![GitHub watchers](https://img.shields.io/github/watchers/OpenAgentPlatform/Dive?style=social) ![GitHub repo…

Details

Author
OpenAgentPlatform
Downloads
413
Categories
Other, AI, Developer Tools

- Universal LLM support: ChatGPT, Anthropic, Ollama, OpenAI-compatible models
- Cross-platform desktop app for Windows, MacOS, and Linux
- Model Context Protocol with both stdio and SSE transport modes
- Multi-language support: Traditional Chinese, Simplified Chinese, English, Spanish, Japanese, Korean
- Advanced API management with multiple keys and model switching
- Custom system prompts for tailored AI behavior
- Built-in auto-update mechanism

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Pin Wen
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Download the latest release for your operating system (Windows .exe, macOS .dmg, Linux .AppImage). After installation, configure MCP servers via the JSON settings in the app’s UI. You can start with the built-in echo MCP server or add custom tools like fetch, filesystem, and youtubedl by pasting their JSON configuration.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "pin wen": {
            "echo": {
                "transport": "stdio",
                "enabled": false,
                "command": "node",
                "args": [
                    "/Users/biggo2/.dive/scripts/echo.js"
                ],
                "env": [],
                "url": null,
                "headers": null,
                "extraData": null
            }
        }
    }
}

McpServers

{
    "echo": {
        "transport": "stdio",
        "enabled": false,
        "command": "node",
        "args": [
            "/Users/biggo2/.dive/scripts/echo.js"
        ],
        "env": [],
        "url": null,
        "headers": null,
        "extraData": null
    }
}

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

- 🌐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 viaOAPHub.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 withmodel_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

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

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

- 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

- 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

- 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-sandboxparameter
- Or modify system settings to allow sandbox
- Runchmod +xto make the AppImage executable

- If you are using Arch Linux, you can install dive using anAUR helper. For example:paru -S dive-ai

For more detailed instructions, please seeMCP Servers Setup.

The easiest way to get started! Access enterprise-grade MCP tools instantly:
- Sign upat
OAPHub.ai
- Connectto Dive using one-click deep links or configuration files
- Enjoymanaged MCP servers with zero setup - no Python, Docker, or complex dependencies required

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

We welcome contributions from the community! Here's how you can help:
- Fork the repository
- Clone your fork:git clone https://github.com/YOUR_USERNAME/Dive.git
- Install dependencies:npm install
- Start development:npm run dev(Electron) orcargo tauri dev(Tauri)
- Make your changes and test thoroughly
- Submit a pull request

Dive is open-source software licensed under theMIT License.

- 💬 Join ourDiscord
- 🐦 Follow us on
Twitter/XRedditThread
- ⭐ Star us on GitHub
- 🐛 Report issues on our
Issue Tracker

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

MCP bridge that lets Claude Code delegate heavy tasks to the Antigravity CLI (agy) — purpose-built tools, model routing with fallback, session continuity, and output truncation to save Claude's context and tokens.

Local agent workbench bundling OpenHands, Goose, Aider, and ashlrcode against one local LLM, with ashlr-plugin MCP servers pre-wired.

A collection of MCP servers that provide cognitive enhancement tools for large language models.

Transforms linear AI reasoning into structured, auditable thought graphs, enabling language models to externalize their reasoning process as a directed acyclic graph (DAG).

A terminal AI chat interface for any LLM model, with file context, MCP, and deployment support.

Unified MCP server providing access to Claude Code, Codex, and Gemini CLIs through a single gateway. Features multi-LLM orchestration, persistent session management, async job execution with polling, approval gates, retry with circuit breakers, and token optimization. Install: npx -y llm-cli-gateway

a complete and intuitive SDK for building MCP Servers, MCP Agents, and LLM integrations (OpenAI, Claude, Gemini) with minimal effort. It abstracts all the complexity of the MCP protocol, provides an intelligent agent with automatic model routing, and includes a universal client for external APIs all through a single, simple, and powerful interface. Perfect for chatbots, enterprise automation, internal system integrations, and rapid development of MCP-based ecosystems.

A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP).

A TypeScript agent that integrates MCP servers with Ollama, allowing AI models to use various tools through a unified interface.

Tools for logging, analyzing, and improving Claude Desktop prompts to enhance prompt engineering skills.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.