dragonkhoi
MCP Serverdragonkhoipublic

okay dashboard

一个简单的 Electron 应用程序,可同时连接多个 MCP 服务器并与其交互。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

一个简单的 Electron 应用程序,可同时连接多个 MCP 服务器并与其交互。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

The Dashboard

A simple Electron dashboard application that connects to multiple MCP (Model Context Protocol) servers.

Features

  • Connect to multiple MCP servers simultaneously
  • Switch between connected servers
  • Interact with AI using the active MCP server
  • Configure MCP servers using a JSON configuration file

Installation

# Clone the repository
git clone https://github.com/yourusername/the-dashboard.git
cd the-dashboard

# Install dependencies
npm install

# Start the application
npm start

MCP Server Configuration

The application automatically loads MCP server configurations from a mcp-servers.json file in the root directory. The file should have the following structure:

{
  "mcpServers": {
    "server-name-1": {
      "command": "command-to-run",
      "args": ["arg1", "arg2", "..."]
    },
    "server-name-2": {
      "command": "another-command",
      "args": ["arg1", "arg2", "..."]
    }
  }
}

Example Configuration

{
  "mcpServers": {
    "mixpanel": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@dragonkhoi/mixpanel-mcp",
        "--config",
        "{\"username\":\"your-username\",\"password\":\"your-password\",\"projectId\":\"your-project-id\"}"
      ]
    },
    "reddit": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/adhikasp/mcp-reddit.git",
        "mcp-reddit"
      ]
    }
  }
}

Usage

  1. Start the application
  2. The application will automatically connect to all configured MCP servers
  3. Use the sidebar to switch between connected servers or connect to additional servers
  4. Type messages in the chat input to interact with the AI using the active MCP server

Development

# Run in development mode
npm run dev

# Build the application
npm run make

Environment Variables

Create a .env file in the root directory with the following variables:

ANTHROPIC_API_KEY=your-anthropic-api-key
AI_MODEL=claude-3-5-sonnet-20240620
MAX_TOKENS=4096

License

MIT

Quick Start

1

Clone the repository

git clone https://github.com/dragonkhoi/okay-dashboard
2

Install dependencies

cd okay-dashboard
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerdragonkhoi
Repookay-dashboard
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation