
okay dashboard
一个简单的 Electron 应用程序,可同时连接多个 MCP 服务器并与其交互。
Repository Info
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
- Start the application
- The application will automatically connect to all configured MCP servers
- Use the sidebar to switch between connected servers or connect to additional servers
- 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
Clone the repository
git clone https://github.com/dragonkhoi/okay-dashboardInstall dependencies
cd okay-dashboard
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.