Skip to main content
Glama
run-web-ui.sh702 B
#!/bin/bash # Run Web UI Server for Graphiti MCP echo "========================================" echo "Graphiti MCP - Web UI Server" echo "========================================" echo "" # Check if .env file exists if [ ! -f ".env" ]; then echo "Error: .env file not found!" echo "Please create a .env file with your configuration." echo "See env.example for reference." exit 1 fi # Try port 8081 first, allow override via argument PORT=${1:-8081} echo "Starting Web UI Server on http://localhost:$PORT" echo "Open your browser and navigate to: http://localhost:$PORT" echo "" echo "Press Ctrl+C to stop the server" echo "" # Run the web UI server python web_ui_server.py $PORT

Latest Blog Posts

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/apexneural-hansika/graphiti_mcp'

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