Skip to main content
Glama

MCP Server Boilerplate

package.json1.35 kB
{ "name": "@r-mcp/google-mcp", "version": "1.0.1", "description": "A starter template for building MCP (Model Context Protocol) servers", "main": "dist/index.js", "type": "module", "bin": { "google-mcp": "./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", "install-code-library": "tsc && chmod 755 dist/index.js && node scripts/update-config.js code-library", "release": "chmod 755 scripts/build-and-publish.js && node scripts/build-and-publish.js" }, "dependencies": { "@googlemaps/google-maps-services-js": "^3.4.2", "@modelcontextprotocol/sdk": "^1.2.0", "axios": "^1.6.2", "dotenv": "^17.2.0", "googleapis": "^144.0.0", "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/maps-mcp'

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