Skip to main content
Glama

Chain Debugger MCP Server

by OptimusOpus
Makefile428 B
# Load environment variables from .env file include .env export .PHONY: inspect build # Build the TypeScript project build: pnpm run build # Run the MCP inspector with environment variables inspect: build npx @modelcontextprotocol/inspector \ -e TENDERLY_ACCOUNT_SLUG=$(TENDERLY_ACCOUNT_SLUG) \ -e TENDERLY_PROJECT_ID=$(TENDERLY_PROJECT_ID) \ -e TENDERLY_ACCESS_TOKEN=$(TENDERLY_ACCESS_TOKEN) \ node build/index.js

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