Skip to main content
Glama

MCP Server Boilerplate

package.json1.05 kB
{ "name": "mcp-server-boilerplate", "version": "1.0.0", "description": "A starter template for building MCP (Model Context Protocol) servers", "main": "dist/index.js", "type": "module", "bin": { "mcp-server-boilerplate": "./dist/index.js" }, "scripts": { "build": "tsc && chmod 755 dist/index.js", "start": "node dist/index.js", "install-server": "tsc && chmod 755 dist/index.js && node scripts/update-config.js", "install-cursor": "tsc && chmod 755 dist/index.js && node scripts/update-config.js cursor", "install-desktop": "tsc && chmod 755 dist/index.js && node scripts/update-config.js desktop", "install-code": "tsc && chmod 755 dist/index.js && node scripts/update-config.js code", "install-mcp": "tsc && chmod 755 dist/index.js && node scripts/update-config.js mcp" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.2.0", "axios": "^1.6.2", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.2" }, "files": [ "dist" ] }

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/CaptainCrouton89/mcp-reddit'

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