Skip to main content
Glama
launch.json940 B
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch HTTP Server (Dev/TS)", "runtimeExecutable": "npm", "runtimeArgs": [ "run", "start:http" ], "cwd": "${workspaceFolder}", "console": "integratedTerminal", "envFile": "${workspaceFolder}/.env", "outputCapture": "std" }, { "type": "node", "request": "launch", "name": "Run Comprehensive Tests", "runtimeExecutable": "npm", "runtimeArgs": [ "run", "test:comprehensive" ], "cwd": "${workspaceFolder}", "console": "integratedTerminal", "envFile": "${workspaceFolder}/.env", "outputCapture": "std" } ] }

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/tomtom-international/tomtom-mcp'

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