We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brucepro/buildautomata_memory_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run.sh•194 B
#!/bin/bash
# Run Memory Graph Visualization Server
echo "Starting Memory Graph Visualization..."
echo "Open http://localhost:8686 in your browser"
echo ""
cd "$(dirname "$0")"
python3 app.py