We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kerlos/elysia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "elysia-mcp",
"type": "module",
"version": "0.1.0",
"description": "ElysiaJS plugin for Model Context Protocol with HTTP transport and stateful sessions",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"files": ["dist"],
"scripts": {
"dev": "bun run --watch example/basic-server.ts",
"example": "bun run example/basic-server.ts",
"example:multi": "bun run example/multiple-server.ts",
"build": "bun run build.ts",
"prepublishOnly": "bun run build",
"lint": "bunx biome lint ./src",
"lint:fix": "bunx biome lint --write ./src",
"test": "bun test",
"test:bail": "bun test --bail"
},
"keywords": [
"elysia",
"mcp",
"model-context-protocol",
"http",
"streaming",
"json-rpc",
"typescript",
"plugin"
],
"author": "Vatunyoo Suwannapisit <s.vatunyoo@gmail.com>",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.22.0"
},
"peerDependencies": {
"elysia": ">=1.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.3.2",
"bun-plugin-dts": "^0.3.0",
"elysia": "^1.4.16",
"typescript": "^5.9.3"
},
"engines": {
"bun": ">=1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kerlos/elysia-mcp.git"
},
"bugs": {
"url": "https://github.com/kerlos/elysia-mcp/issues"
},
"homepage": "https://github.com/kerlos/elysia-mcp#readme",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}