Skip to main content
Glama
launch.json647 B
{ "version": "0.2.0", "configurations": [ { "name": "Launch Node.js Program", "type": "node", "request": "launch", "program": "${workspaceFolder}/src/index.js", "console": "integratedTerminal", "skipFiles": [ "<node_internals>/**" ] }, { "name": "Attach to Node.js Process", "type": "node", "request": "attach", "port": 9229, "restart": true, "localRoot": "${workspaceFolder}", "remoteRoot": "${workspaceFolder}" } ] }

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/davidfirst/vscode-mcp-debugger'

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