Skip to main content
Glama
package.json1.25 kB
{ "name": "xdebug-mcp", "version": "1.0.3", "mcpName": "io.github.kpanuragh/xdebug", "description": "MCP server for PHP Xdebug debugging - enables AI-assisted PHP debugging through the Model Context Protocol", "type": "module", "main": "dist/index.js", "bin": { "xdebug-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "xdebug", "php", "debug", "debugger", "claude", "ai", "debugging", "dbgp" ], "author": "kpanuragh", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kpanuragh/xdebug-mcp.git" }, "bugs": { "url": "https://github.com/kpanuragh/xdebug-mcp/issues" }, "homepage": "https://github.com/kpanuragh/xdebug-mcp#readme", "files": [ "dist", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "fast-xml-parser": "^4.5.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0", "tsx": "^4.19.0" }, "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

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/kpanuragh/xdebug-mcp'

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