Skip to main content
Glama
sam2332

Placeholder Image Generator

by sam2332
launch.json609 B
{ "version": "0.2.0", "configurations": [ { "name": "Debug MCP Server", "type": "node", "request": "launch", "program": "${workspaceFolder}/build/index.js", "console": "integratedTerminal", "skipFiles": ["<node_internals>/**"], "preLaunchTask": { "type": "npm", "script": "build" } }, { "name": "Debug MCP Server (no build)", "type": "node", "request": "launch", "program": "${workspaceFolder}/build/index.js", "console": "integratedTerminal", "skipFiles": ["<node_internals>/**"] } ] }

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/sam2332/mcp-server-generate-placeholder'

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