Skip to main content
Glama

Express MCP Server Echo

by jhgaylor
package.json737 B
{ "name": "express-mcp-server-echo", "version": "1.0.0", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "nodemon --watch src --ext ts --exec 'npm run build && npm start'", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "description": "A stateless Model Context Protocol (MCP) server built with Express and TypeScript", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "express": "^4.18.2", "express-mcp-handler": "^0.0.2", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.24", "nodemon": "^3.0.3", "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/jhgaylor/express-mcp-server-echo'

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