Skip to main content
Glama

MCP Starter Server

package.json1.03 kB
{ "name": "mcp-starter", "version": "0.2.0", "description": "ModelContextProtocol starter server", "type": "module", "scripts": { "make-executable": "node -e \"fs.chmodSync('dist/index.cjs', '755');\" --require fs", "build": "esbuild index.ts --outfile=dist/index.cjs --bundle --platform=node --format=cjs --banner:js='#!/usr/bin/env node' && npm run make-executable", "watch": "esbuild index.ts --outfile=dist/index.cjs --bundle --platform=node --format=cjs --banner:js='#!/usr/bin/env node' --watch", "inspect": "npx @modelcontextprotocol/inspector node dist/index.cjs", "dev": "concurrently \"npm run watch\" \"npm run inspect\"", "prepublishOnly": "npm run build" }, "bin": { "mcp-starter": "./dist/index.cjs" }, "files": [ "dist" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0" }, "devDependencies": { "@types/node": "^22.10.1", "concurrently": "^8.2.2", "esbuild": "^0.24.0", "prettier": "^3.4.2", "typescript": "^5.3.3" } }

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/MatthewDailey/mcp-starter'

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