Skip to main content
Glama

MCP Troubleshooter

by devlimelabs
package.json834 B
{ "name": "mcp-troubleshooter", "version": "1.0.0", "description": "MCP server for self-diagnostic capabilities, allowing AI models to troubleshoot MCP issues", "type": "module", "main": "build/index.js", "bin": { "mcp-troubleshooter": "./build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "ts-node --esm src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "troubleshooter", "diagnostic", "debugging", "ai" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }

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/devlimelabs/mcp-troubleshooter-mcp'

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