Skip to main content
Glama

AWS AppRunner MCP Server

by cvanputt
package.json1.03 kB
{ "name": "mcp-server", "version": "1.0.0", "description": "Model Context Protocol server for AWS AppRunner", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "lint": "eslint src --ext .ts", "test": "vitest run" }, "keywords": [ "mcp", "model-context-protocol", "aws-apprunner", "typescript", "express" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.18.0", "cors": "^2.8.5", "dotenv": "^17.2.2", "express": "^5.1.0", "pino": "^9.9.5", "pino-pretty": "^13.1.1" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/node": "^24.5.1", "@typescript-eslint/eslint-plugin": "^8.44.0", "@typescript-eslint/parser": "^8.44.0", "eslint": "^9.35.0", "tsx": "^4.20.5", "typescript": "^5.3.3", "vitest": "^3.2.4" }, "engines": { "node": ">=20" } }

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/cvanputt/mcp-example'

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