Skip to main content
Glama

Simple Streamable HTTP MCP Server

package.json1.22 kB
{ "name": "mcp-server-nodejs", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server implementation in Node.js", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "b:start": "bun src/index.ts", "start": "tsx src/index.ts", "dev": "tsx watch src/index.ts", "clean": "rimraf dist", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "test:http": "node test-http-session.js" }, "keywords": [ "mcp", "model-context-protocol", "ai", "claude", "librechat" ], "author": "Danny Avila", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "cors": "^2.8.5", "dotenv": "^17.0.1", "express": "^4.18.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^8.54.0", "node-fetch": "^3.3.2", "rimraf": "^5.0.5", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.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/danny-avila/Example-MCP-Server'

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