We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/caelinsutch/agent-to-figma-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@caelinsutch/relay-server",
"version": "0.0.1",
"type": "module",
"main": "./dist/index.js",
"scripts": {
"build": "tsup",
"dev": "bun run src/index.ts",
"start": "bun run dist/index.js",
"type:check": "tsc --noEmit"
},
"dependencies": {
"@caelinsutch/types": "workspace:*"
},
"devDependencies": {
"@caelinsutch/typescript-config": "workspace:*",
"@types/bun": "^1.1.14",
"tsup": "^8.0.0",
"typescript": "^5.7.2"
}
}