Skip to main content
Glama

TypeScript MCP Sample Server

by haneefdm
package.json477 B
{ "name": "tutorial-mcp", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "start": "tsc && node ./build/index.js", "build": "tsc && node ./build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "openai": "^4.95.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.17", "typescript": "^5.8.2" }, "keywords": [], "author": "", "license": "ISC", "description": "" }

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/haneefdm/mymcp'

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