Skip to main content
Glama
package.json782 B
{ "name": "mcp-server", "private": true, "version": "1.0.0", "description": "Production-grade MCP Server with React Dashboard", "workspaces": [ "dashboard", "backend" ], "scripts": { "dev": "concurrently \"npm run dev --workspace=dashboard\" \"npm run dev --workspace=backend\"", "build": "npm run build --workspace=dashboard && npm run build --workspace=backend", "start": "npm run start --workspace=backend", "test": "npm run test --workspace=backend && npm run test --workspace=dashboard", "clean": "rm -rf node_modules dashboard/node_modules backend/node_modules", "setup": "npm install && npm run build" }, "devDependencies": { "concurrently": "^8.2.2" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" } }

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/the-real-therealorry/mcp-server'

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