Skip to main content
Glama

Chain Debugger MCP Server

by OptimusOpus
start-https.sh422 B
#!/bin/bash # Quick start script for HTTPS mode echo "🚀 Starting MCP Server with HTTPS..." # Check if certificates exist if [ ! -f "./certs/server.crt" ] || [ ! -f "./certs/server.key" ]; then echo "⚠️ SSL certificates not found!" echo "🔐 Generating certificates..." ./generate-certs.sh fi echo "🌐 Starting server on https://localhost:3000/mcp" MCP_TRANSPORT=http HTTPS_ENABLED=true pnpm start

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/OptimusOpus/chain-debugger-mcp-server'

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