Skip to main content
Glama
package.json1.23 kB
{ "name": "agentic-debugger", "version": "1.0.0", "description": "MCP server for interactive debugging with code instrumentation. Live debug mode for AI coding assistants.", "type": "module", "main": "dist/index.js", "bin": { "agentic-debugger": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "debug", "debugging", "agentic", "ai-coding", "instrumentation", "logging", "cursor", "windsurf", "cline", "copilot" ], "author": "Arman", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/iarmankhan/agentic-debugger.git" }, "bugs": { "url": "https://github.com/iarmankhan/agentic-debugger/issues" }, "homepage": "https://github.com/iarmankhan/agentic-debugger#readme", "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1", "zod": "^4.2.1" }, "devDependencies": { "@types/node": "^25.0.3", "typescript": "^5.9.3" } }

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/iarmankhan/agentic-debugger'

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