Skip to main content
Glama

VS Code Debugger MCP Server

by saxxon66
package.json717 B
{ "name": "vscode-debugger-mcp-server-proxy", "version": "0.1.0", "description": "A proxy to bridge stdio MCP communication to a WebSocket MCP server for the VS Code Debugger.", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc -w & nodemon dist/index.js" }, "keywords": [ "mcp", "proxy", "vscode", "debugger", "websocket", "stdio" ], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^20.0.0", "@types/ws": "^8.5.0", "nodemon": "^3.0.0", "typescript": "^5.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", "ws": "^8.10.0" }, "type": "module" }

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/saxxon66/VS-Code-Debugger-MCP-Server-Proxy'

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