Skip to main content
Glama

Enhanced Dash MCP Server

start-dash-mcp.shโ€ข902 B
#!/bin/bash # Dash MCP Server Startup Script # Get script directory SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" cd "$SCRIPT_DIR" # Activate virtual environment echo "๐Ÿ”ง Activating virtual environment..." source venv/bin/activate # Test the server first (for validation and debugging) echo "๐Ÿงช Testing server configuration..." python3 enhanced_dash_server.py --test if [ $? -eq 0 ]; then echo "" echo "๐Ÿš€ Starting Enhanced Dash MCP Server..." echo "๐Ÿ“ Server location: $SCRIPT_DIR" echo "๐Ÿ”— Connect Claude to: python3 $SCRIPT_DIR/enhanced_dash_server.py" echo "โ„น๏ธ Note: Server will wait for JSON-RPC input from MCP client (Claude)" echo " Press Ctrl+C to stop the server" echo "" python3 enhanced_dash_server.py else echo "โŒ Server test failed. Please check the configuration and try again." exit 1 fi

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joshuadanpeterson/enhanced-dash-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server