Skip to main content
Glama

MCP Server TypeScript

package.json640 B
{ "name": "mcp-server", "version": "1.0.0", "description": "Production-ready MCP server with TypeScript", "type": "module", "bin": { "mcp-server": "./build/index.js" }, "scripts": { "build": "tsc && chmod 755 build/index.js", "dev": "tsc && node build/index.js", "clean": "rm -rf build" }, "keywords": ["mcp", "model-context-protocol", "ai"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "zod": "^3.22.4", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.0" } }

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/ichetanmittal/mcp-server-temp'

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