#!/bin/bash
# Save as: /Users/mfreeman/src/json-logs-mcp-server/run-json-logs-server.sh
# Make executable: chmod +x run-json-logs-server.sh
# Change to the project directory
cd /Users/mfreeman/src/json-logs-mcp-server
# Check if .venv exists
if [ ! -d ".venv" ]; then
echo "Error: Virtual environment .venv not found in $(pwd)" >&2
echo "Please create it with: python3 -m venv .venv" >&2
exit 1
fi
# Activate the virtual environment
source .venv/bin/activate
# Install/upgrade dependencies if needed (optional - comment out if not needed)
# pip install -e . --quiet
# Run the MCP server
exec python json_logs_mcp_server.py
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/mfreeman451/json-logs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server