Skip to main content
Glama
package.json1.33 kB
{ "name": "mcpx-monorepo", "private": true, "type": "module", "workspaces": [ "packages/**" ], "scripts": { "test": "npm run test --workspaces", "test-script": "npm run test --workspaces", "lint": "eslint \"packages/**/*.{ts,tsx,js}\"", "typecheck": "tsc --noEmit packages/*", "check:all": "node ../scripts/check-all.js", "build:deps": "./build-deps.sh", "dev:all": "concurrently -n \"ui,server\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm run dev:ui\" \"npm run dev:mcpx-server\"", "dev:ui": "npm run dev --workspace=packages/ui", "start:ui": "npm run dev --workspace=packages/ui", "build:ui": "npm run build --workspace=packages/ui", "install:ui": "npm i --workspace=packages/ui", "dev:mcpx-server": "npm run dev --workspace=packages/mcpx-server", "start:mcpx-server": "npm run serve --workspace=packages/mcpx-server", "install:mcpx-server": "npm i --workspace=packages/mcpx-server", "build:mcpx-server": "npm run build --workspace=packages/mcpx-server" }, "devDependencies": { "@eslint/js": "^9.26.0", "concurrently": "^9.2.1", "globals": "^16.0.0", "typescript-eslint": "^8.31.1", "typescript": "^5.8.3", "eslint": "^9.26.0", "prettier": "3.5.3" }, "overrides": { "zod": "3.25.76", "@types/react": "18.2.79" } }

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/TheLunarCompany/lunar'

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