Skip to main content
Glama

MCP Multi-Agent Orchestration Server

by ec49ca
view_logs.sh•410 B
#!/bin/bash # View MCP server logs in real-time # This will show all logs from the log file if [ ! -f /tmp/mcp_server.log ]; then echo "Log file not found. Is the server running?" exit 1 fi echo "šŸ“‹ Showing MCP server logs in real-time..." echo "Press Ctrl+C to stop viewing (server will keep running)" echo "" echo "==========================================" echo "" tail -f /tmp/mcp_server.log

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/ec49ca/NLP-project-contract-comparison'

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