Skip to main content
Glama

Chain Debugger MCP Server

by OptimusOpus
package.json1.22 kB
{ "name": "chain-debugger-mcp-server", "version": "0.0.1", "description": "MCP Server for the Tenderly API", "main": "index.js", "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node ./build/index.js", "test": "c8 -r text -r html -r json-summary vitest run", "test:watch": "vitest", "test:e2e": "tsx tests/e2e/manual-test.ts", "test:e2e:vitest": "vitest run tests/e2e/" }, "author": "Your Name <your.email@example.com>", "license": "MIT", "dependencies": { "@langchain/core": "^0.3.72", "@modelcontextprotocol/sdk": "^1.7.0", "@types/ws": "^8.18.1", "@xenova/transformers": "^2.17.2", "axios": "^1.8.2", "dotenv": "^16.4.5", "cors": "^2.8.5", "express": "^4.19.2", "mcp-analytics-middleware": "^1.0.5", "vectra": "^0.11.1", "ws": "^8.18.3", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.13", "@types/express": "^4.17.21", "@types/cors": "^2.8.17", "tsx": "^4.19.3", "typescript": "^5.8.2", "vitest": "^1.6.0", "c8": "^9.1.0" }, "type": "module", "bin": { "chain-debugger-mcp-server": "./build/index.js" }, "files": [ "build" ] }

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